]> git.baikalelectronics.ru Git - kernel.git/commit
USB: c67x00: remove CONFIG_USB_DEBUG dependancy
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 23:41:41 +0000 (15:41 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Dec 2013 19:46:19 +0000 (11:46 -0800)
commitf6f18cd6e2e6fa98903961b99d5d713bf551f429
tree40885e3adaac7699ca8b1353afe3c45e2876a81c
parent1190be1412296215c7eb7dfa1e702bff226610e2
USB: c67x00: remove CONFIG_USB_DEBUG dependancy

This removes the usage of CONFIG_USB_DEBUG in the c67x00 driver.  There
was only one place, where the TD was dumped to the kernel log, and that
was using the dynamic debug infrastructure already, with the exception
of the call to print_hex_dump().  So move everything to the dynamic
debug infrastructure, including one odd printk(KERN_DEBUG...) line that
looks like it was forgotten about a long time ago.

Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/c67x00/Makefile
drivers/usb/c67x00/c67x00-sched.c