USB: Serial: cypress_m8.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:15:18 +0000 (10:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:15:18 +0000 (10:15 +0100)
commitf462376e1a171f285b7bef3afa0d5a3123766128
tree56abf15e9e87b84a18e96daf1f98dedb4bfeae78
parent709a2ce621083a2443dd0d17600d10e56a65a958
USB: Serial: cypress_m8.c: remove debug module parameter

Now that all usb-serial modules are only using dev_dbg()
the debug module parameter does not do anything at all, so
remove it to reduce any confusion if someone were to try to
use it.

CC: Lonnie Mendez <dignome@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/cypress_m8.c