]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: serial: metro-usb.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:42 +0000 (12:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:42 +0000 (12:31 -0700)
commite4fd70c5e2befa29f962d640c1f78feefb7b3c25
tree35f285097bc624aa540d6b29458b22a0b9ed5aae
parent63f10ddadb666ed852f972950ed4fa217172b457
USB: serial: metro-usb.c: remove debug module parameter

Now that the dbg() macro is no longer being used in the driver,
the debug module parameter doesn't do anything at all.  So remove
it so as to not confuse people.

CC: Aleksey Babahin <tamerlan311@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/metro-usb.c