]> git.baikalelectronics.ru Git - kernel.git/commit
USB: Serial: keyspan.c: remove debug module parameter
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:15:41 +0000 (10:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 09:15:41 +0000 (10:15 +0100)
commit452698337aefad26bb446eec90099572e575d96e
tree22dbfbd0e17d09ef7610b8dba41d459b440e751d
parentf152097d321dd720787392f59adf94168cbc947d
USB: Serial: keyspan.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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/keyspan.c