]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Add 'pr_fmt()' format modifier to pr_xyz macros.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 12 Nov 2008 20:16:43 +0000 (21:16 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Nov 2008 19:43:37 +0000 (11:43 -0800)
commitd091c2f58ba32029495a933b721e8e02fbd12caa
tree9f20dc4cc77e7178270fb1d5946918fe44d4e3eb
parent4d41e121664893e5e338f41fbd36be4a2578c8d6
Add 'pr_fmt()' format modifier to pr_xyz macros.

A common reason for device drivers to implement their own printk macros
is the lack of a printk prefix with the standard pr_xyz macros.
Introduce a pr_fmt() macro that is applied for every pr_xyz macro to the
format string.

The most common use of the pr_fmt macro would be to add the name of the
device driver to all pr_xyz messages in a source file.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h