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 7db251a959c5..721093a22561 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -247,7 +247,7 @@ static void run_workqueue(struct cpu_workqueue_struct *cwq) | |||
247 | if (cwq->run_depth > 3) { | 247 | if (cwq->run_depth > 3) { |
248 | /* morton gets to eat his hat */ | 248 | /* morton gets to eat his hat */ |
249 | printk("%s: recursion depth exceeded: %d\n", | 249 | printk("%s: recursion depth exceeded: %d\n", |
250 | __FUNCTION__, cwq->run_depth); | 250 | __func__, cwq->run_depth); |
251 | dump_stack(); | 251 | dump_stack(); |
252 | } | 252 | } |
253 | while (!list_empty(&cwq->worklist)) { | 253 | while (!list_empty(&cwq->worklist)) { |