]> Pileus Git - ~andy/linux/blobdiff - kernel/sched_idletask.c
V4L/DVB: DVB: ngene, fix memset parameters
[~andy/linux] / kernel / sched_idletask.c
index 21b969a287251a1960404824c82a5e95e935a9b5..5f93b570d3832cf47068e01942cdd8f36685a078 100644 (file)
@@ -35,7 +35,7 @@ static void
 dequeue_task_idle(struct rq *rq, struct task_struct *p, int sleep)
 {
        raw_spin_unlock_irq(&rq->lock);
-       pr_err("bad: scheduling from the idle thread!\n");
+       printk(KERN_ERR "bad: scheduling from the idle thread!\n");
        dump_stack();
        raw_spin_lock_irq(&rq->lock);
 }