USB: serial: cp210x.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:21 +0000 (12:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:21 +0000 (12:31 -0700)
commit19e988cfb9f28d2f2fc12b3b368fed4822dc48e4
treeb496d1dd128fd85753e0babc4eab4a2e8776df05
parentc34518dce9e66ee17b9de85fe0b3a9ea018405f9
USB: serial: cp210x.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: Johan Hovold <jhovold@gmail.com>
CC: Preston Fick <preston.fick@silabs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/cp210x.c