staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_
authormatt mooney <mfm@muteddisk.com>
Thu, 19 May 2011 23:47:32 +0000 (16:47 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 19 May 2011 23:57:30 +0000 (16:57 -0700)
commit1a4b6f66285785ddccef049e6b45be4e7c7a2189
treefe745a2467162a9ab23ca37ce7872532a69f136d
parentdb60697a086cdf4bbe6deedcefc2ff81e2a9efd2
staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_

This switches all of the usbip_u{dbg,err,info} and printk statements to
dev_<level>, if possible, or pr_<level> macros. And removes a few
unnecessary debug statements.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/usbip/stub_dev.c
drivers/staging/usbip/stub_main.c
drivers/staging/usbip/stub_rx.c
drivers/staging/usbip/stub_tx.c
drivers/staging/usbip/usbip_common.c
drivers/staging/usbip/usbip_common.h
drivers/staging/usbip/usbip_event.c
drivers/staging/usbip/vhci_hcd.c
drivers/staging/usbip/vhci_rx.c
drivers/staging/usbip/vhci_sysfs.c
drivers/staging/usbip/vhci_tx.c