]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: remove info() macro from remaining usb drivers
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 18 Aug 2008 20:21:04 +0000 (13:21 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 17 Oct 2008 21:41:09 +0000 (14:41 -0700)
commit5909f6ea2bc7f785ceb1bed14c670946a536ff2d
tree79a12b6286d65f32f43f70be35ab2b6e17b3c350
parent1b29a375fb0b79a11a2d18e7bf5f6da422a35025
USB: remove info() macro from remaining usb drivers

USB should not be having it's own printk macros, so remove info() and
use the system-wide standard of dev_info() wherever possible.  In the
few places that will not work out, use a basic printk().

Clean up the remaining usages of this in the drivers/usb/ directory.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-acm.c
drivers/usb/host/r8a66597-hcd.c
drivers/usb/image/mdc800.c