diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-22 11:51:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-26 09:10:05 -0300 |
commit | d9f3836b7b0353ef21ab4dd0a771331b0afa46e5 (patch) | |
tree | c70c0230022086dbc60dc2cc04c3d7fa984987f6 /drivers/media/common/siano/smsdvb-main.c | |
parent | 0dd5f20cb35b59f82b35e918658fa8ab22b9f13a (diff) | |
download | op-kernel-dev-d9f3836b7b0353ef21ab4dd0a771331b0afa46e5.zip op-kernel-dev-d9f3836b7b0353ef21ab4dd0a771331b0afa46e5.tar.gz |
[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/common/siano/smsdvb-main.c')
-rw-r--r-- | drivers/media/common/siano/smsdvb-main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/common/siano/smsdvb-main.c b/drivers/media/common/siano/smsdvb-main.c index e65fba1..fbb0938 100644 --- a/drivers/media/common/siano/smsdvb-main.c +++ b/drivers/media/common/siano/smsdvb-main.c @@ -40,11 +40,6 @@ DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr); static struct list_head g_smsdvb_clients; static struct mutex g_smsdvb_clientslock; -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))"); - - static u32 sms_to_guard_interval_table[] = { [0] = GUARD_INTERVAL_1_32, [1] = GUARD_INTERVAL_1_16, |