]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: remove warn() macro from usb 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:09 +0000 (14:41 -0700)
commit3b6004f3b5a8b4506fa8dee29667aed44913a990
tree0f54fd20c8646c7e58a634cddfb5af03730fe9d3
parent4dc8994806a812044e48514af60d4b4e0315f237
USB: remove warn() macro from usb 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>
drivers/usb/atm/usbatm.c
drivers/usb/atm/usbatm.h
drivers/usb/atm/xusbatm.c
drivers/usb/core/devio.c
drivers/usb/core/inode.c
drivers/usb/core/message.c
drivers/usb/image/mdc800.c
drivers/usb/misc/usblcd.c
drivers/usb/misc/uss720.c