]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: remove err() macro from usb core code
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:11 +0000 (14:41 -0700)
commit69a85942ff2df8e1ee0a3b6afe8b1d85dce58333
tree27b0d35194c258e66d063dea78a3fa467916cbef
parent9908a32e94de2141463e104c9924279ed3509447
USB: remove err() macro from usb core code

USB should not be having it's own printk macros, so remove err() and
use the system-wide standard of dev_err() 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/core/devio.c
drivers/usb/core/endpoint.c
drivers/usb/core/file.c
drivers/usb/core/inode.c
drivers/usb/core/urb.c