USB: serial: quatech2.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:52 +0000 (12:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2012 19:31:52 +0000 (12:31 -0700)
commit620a4616b26c05b3a3301d2bd0767c4647652372
treeb897ad0e20764e79370d8bc031ab6a050b1dc69b
parent3da3bf76cb6ccd1fbb9205bfa9e8a13dce6e3238
USB: serial: quatech2.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: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/quatech2.c