From: Tilman Schmidt Date: Thu, 13 Mar 2008 18:51:42 +0000 (+0100) Subject: USB: usb.h: reduce syslog clutter [v3] X-Git-Tag: v2.6.26-rc1~1061^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f66396b55d4016bdc7a5298db7a681c63b649bf4;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed