]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: remove warn() macro from usb input drivers
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Aug 2008 16:37:34 +0000 (09:37 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 17 Oct 2008 21:41:08 +0000 (14:41 -0700)
commit1817b1692a2eab022e805d32e910f4556c89dce8
treee3014e48b4bbbbbd7b0630911ea9a8ee92a2b689
parent15d5a9acb1df1e22a7ba60aaaad758d9d71e5ea7
USB: remove warn() macro from usb input 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().

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/input/joystick/iforce/iforce-ff.c
drivers/input/joystick/iforce/iforce-main.c
drivers/input/joystick/iforce/iforce-packets.c
drivers/input/joystick/iforce/iforce-usb.c
drivers/input/misc/ati_remote.c
drivers/input/tablet/aiptek.c