USB: serial: option.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)
commit6ae06571da628cae889606dae1250ae7e355b899
tree1a9d7490df24c664cd1ffdcd44911d7228a2b691
parente4fd70c5e2befa29f962d640c1f78feefb7b3c25
USB: serial: option.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: Matthias Urlichs <smurf@smurf.noris.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/option.c