]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: common: Weed out USB_**_PRINTFs from usb framework
authorVivek Gautam <gautam.vivek@samsung.com>
Fri, 12 Apr 2013 11:04:33 +0000 (16:34 +0530)
committerMarek Vasut <marex@denx.de>
Sun, 5 May 2013 21:54:21 +0000 (23:54 +0200)
commitceb4972a8f4082019f2b36bd24a27b5dedaa4801
treecc3e7e65cb2c989d7d4a3bf1ff00d629c80423a5
parent7d9aa8fd87171164a6f14167a0c9c066f4312b8d
usb: common: Weed out USB_**_PRINTFs from usb framework

USB_PRINTF, USB_HUB_PRINTF, USB_STOR_PRINTF, USB_KBD_PRINTF
are nothing but conditional debug prints, depending on DEBUG.
So better remove them and use debug() simply.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
common/usb.c
common/usb_hub.c
common/usb_kbd.c
common/usb_storage.c