diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-22 15:51:41 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-26 13:10:05 +0100 |
commit | d9f3836b7b0353ef21ab4dd0a771331b0afa46e5 (patch) | |
tree | c70c0230022086dbc60dc2cc04c3d7fa984987f6 /drivers/media/usb/siano | |
parent | [media] siano: get rid of sms_info() (diff) | |
download | linux-d9f3836b7b0353ef21ab4dd0a771331b0afa46e5.tar.xz linux-d9f3836b7b0353ef21ab4dd0a771331b0afa46e5.zip |
[media] siano: get rid of sms_dbg parameter
All siano modules have a sms_dbg parameter. Now that we're using
the standard pr_debug() macro, we can get rid of it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/siano')
-rw-r--r-- | drivers/media/usb/siano/smsusb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/usb/siano/smsusb.c b/drivers/media/usb/siano/smsusb.c index 412052f6da65..8e0b8212b23d 100644 --- a/drivers/media/usb/siano/smsusb.c +++ b/drivers/media/usb/siano/smsusb.c @@ -31,10 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "sms-cards.h" #include "smsendian.h" -static int sms_dbg; -module_param_named(debug, sms_dbg, int, 0644); -MODULE_PARM_DESC(debug, "set debug level (info=1, adv=2 (or-able))"); - #define USB1_BUFFER_SIZE 0x1000 #define USB2_BUFFER_SIZE 0x2000 |