]> git.baikalelectronics.ru Git - kernel.git/commit
Watchdog: pcwd_usb: remove CONFIG_USB_DEBUG usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 23:44:10 +0000 (15:44 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 00:15:39 +0000 (16:15 -0800)
commitc93f001c5fbb4426dcac6c71c3c40ce2997e980c
tree6efe3b73a2ba6e91ab3b2b31af48f71a832623ab
parent0e3d73e2499a06d41c5b295bdf5f7f1cb4597d11
Watchdog: pcwd_usb: remove CONFIG_USB_DEBUG usage

CONFIG_USB_DEBUG is going away, and all of the other USB drivers no
longer rely on "debug" module parameters for debugging lines, so move
the pcwd_usb driver to use the dynamic debug infrastructure to be more
in line with the rest of the kernel.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Wim Van Sebroeck <wim@iguana.be>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/pcwd_usb.c