]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: usb.h: reduce syslog clutter [v3]
authorTilman Schmidt <tilman@imap.cc>
Thu, 13 Mar 2008 18:51:42 +0000 (19:51 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Apr 2008 04:16:42 +0000 (21:16 -0700)
commitf66396b55d4016bdc7a5298db7a681c63b649bf4
treea0e7e70ee51a0eb46b605abde8830857ec353fe9
parentff66e3ce3524125106be3ff18104ecde0849b85c
USB: usb.h: reduce syslog clutter [v3]

The the err() / info() / warn() macros in usb.h inserted __FILE__ at
the beginning of the message, which expands to the complete pathname
of the source file within the kernel tree, frequently taking up half
of an 80 character screen line before the actual message even begins.
Use the module name instead.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb.h