|
@@ -818,7 +818,7 @@ static void irq_thread_dtor(struct callback_head *unused)
|
|
|
action = kthread_data(tsk);
|
|
action = kthread_data(tsk);
|
|
|
|
|
|
|
|
pr_err("exiting task \"%s\" (%d) is an active IRQ thread (irq %d)\n",
|
|
pr_err("exiting task \"%s\" (%d) is an active IRQ thread (irq %d)\n",
|
|
|
- tsk->comm ? tsk->comm : "", tsk->pid, action->irq);
|
|
|
|
|
|
|
+ tsk->comm, tsk->pid, action->irq);
|
|
|
|
|
|
|
|
|
|
|
|
|
desc = irq_to_desc(action->irq);
|
|
desc = irq_to_desc(action->irq);
|