]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
HID: remove warn() macro from usb hid drivers
authorFrom: Greg Kroah-Hartman <gregkh@suse.de>
Sat, 11 Oct 2008 22:25:51 +0000 (00:25 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 14 Oct 2008 21:51:03 +0000 (23:51 +0200)
commit7d89fe12bd21f1383a6a240114221bf31fd71904
tree261850f7d0c754d9182d77a7fa56d663282f5eb8
parentddbe32491951c092abbd3647fd104e79deb19528
HID: remove warn() macro from usb hid drivers

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>
drivers/hid/usbhid/hid-core.c
drivers/hid/usbhid/usbkbd.c