Searched hist:"7 d89fe12bd21f1383a6a240114221bf31fd71904" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/hid/usbhid/ |
H A D | usbkbd.c | diff 7d89fe12bd21f1383a6a240114221bf31fd71904 Sun Oct 12 00:25:51 CEST 2008 From: Greg Kroah-Hartman <gregkh@suse.de> 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>
|
H A D | hid-core.c | diff 7d89fe12bd21f1383a6a240114221bf31fd71904 Sun Oct 12 00:25:51 CEST 2008 From: Greg Kroah-Hartman <gregkh@suse.de> 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>
|