]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfdde1d45fc95d72909d08421c3c241c37a278732
tree96a575e38c143ddabe9a35d8ad89f268ccafb569
parent0e39f47ce79467c0d6f28807251870b9bfe39039
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