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)
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