]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
USB: legotower: remove custom debug macro and module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Jun 2013 23:30:41 +0000 (16:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:10:02 +0000 (16:10 -0700)
commit4dae99638097b254c863c541368598f5a80e41bf
tree56a69b6c6e3f0b5ec1ef2d2629e75d4b5dfd2a27
parentfef526cae700471ba37279e41b88e1c3bfdda1b9
USB: legotower: 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.

Cc: Juergen Stuber <starblue@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/legousbtower.c