Input: i8042 - use pr_<level>, pr_fmt, fix dbg and __FILE__ use
authorJoe Perches <joe@perches.com>
Tue, 30 Nov 2010 07:33:07 +0000 (23:33 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 1 Dec 2010 07:10:20 +0000 (23:10 -0800)
Standardized message logging prefixes.
Removed \n from dbg macro, added \n to each dbg call site.
Removed direct use of __FILE__ from dbg, converted to pr_fmt(fmt)
Added non-debug printf argument verification of dbg calls
Removed "i8042.c" from printks, converted to pr_<level>

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found