kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 31 May 2012 23:26:07 +0000 (16:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Jun 2012 00:49:26 +0000 (17:49 -0700)
commit97fd75b7b8e0f4e6d3f06b819c89b2555f626fcf
tree96a575e38c143ddabe9a35d8ad89f268ccafb569
parent499eea6bf9c06df3bf4549954aee6fb3427946ed
kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks

Use the module-wide pr_fmt() mechanism rather than open-coding "genirq: "
everywhere.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/irq/manage.c