linux/drivers/usb/class
Greg Kroah-Hartman 9908a32e94 USB: remove err() macro from usb class drivers
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>
2008-10-17 14:41:10 -07:00
..
Kconfig
Makefile
cdc-acm.c
cdc-acm.h
cdc-wdm.c
usblp.c
usbtmc.c