Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19af395d authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds
Browse files

irq: tsk->comm is an array



The array check is useless so remove it.

[akpm@linux-foundation.org: remove comment, per David]
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f6af75da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -818,7 +818,7 @@ static void irq_thread_dtor(struct callback_head *unused)
	action = kthread_data(tsk);

	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);