git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddbe324
)
HID: remove warn() macro from usb hid drivers
author
From: Greg Kroah-Hartman
<gregkh@suse.de>
Sat, 11 Oct 2008 22:25:51 +0000
(
00:25
+0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 14 Oct 2008 21:51:03 +0000
(23:51 +0200)
USB should not be having it's own printk macros, so remove warn() and
use the system-wide standard of dev_warn() wherever possible. In the
few places that will not work out, use a basic printk().
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found