]> git.baikalelectronics.ru Git - kernel.git/commit
USB: adutux: remove custom debug macro and module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jun 2013 23:30:45 +0000 (16:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:19:43 +0000 (16:19 -0700)
commitefdd3a8e20ea4b46e72ea86e39caa507f7eadbdf
treef36055bf3a560b2b4fffa560095f731367543376
parent557a24ac6e929e63e2d0d5b461c22c87978259a6
USB: adutux: remove custom debug macro and module parameter

Now that we don't use the dbg() macro, remove it, and the module
parameter.  Also fix up the "dump_data" function to properly use the
dynamic debug core and the correct printk options, and don't call it
twice per function, as the data doesn't change from the beginning and
the end of the call.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/adutux.c