diff options
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index d1916fea7108..52d5e7c9a8e6 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -282,7 +282,7 @@ static void run_workqueue(struct cpu_workqueue_struct *cwq) | |||
282 | printk(KERN_ERR "BUG: workqueue leaked lock or atomic: " | 282 | printk(KERN_ERR "BUG: workqueue leaked lock or atomic: " |
283 | "%s/0x%08x/%d\n", | 283 | "%s/0x%08x/%d\n", |
284 | current->comm, preempt_count(), | 284 | current->comm, preempt_count(), |
285 | current->pid); | 285 | task_pid_nr(current)); |
286 | printk(KERN_ERR " last function: "); | 286 | printk(KERN_ERR " last function: "); |
287 | print_symbol("%s\n", (unsigned long)f); | 287 | print_symbol("%s\n", (unsigned long)f); |
288 | debug_show_held_locks(current); | 288 | debug_show_held_locks(current); |