diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-05 10:25:06 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-05 10:25:06 +0000 |
commit | b16003f763962973b1ec89b94f4f1f063b25e957 (patch) | |
tree | 77f8d10ffe2f1ae76266ec5a5d56ef123198400f /linux/drivers/media/dvb/siano/smscoreapi.c | |
parent | 56e85790c8d7256d555de35a62fa0e13535f62fd (diff) | |
download | mediapointer-dvb-s2-b16003f763962973b1ec89b94f4f1f063b25e957.tar.gz mediapointer-dvb-s2-b16003f763962973b1ec89b94f4f1f063b25e957.tar.bz2 |
Siano: unified the debug filter module parameter (dvb and core)
From: Uri Shkolnik <urishk@yahoo.com>
The sms_debug module parameter sets the debug filter
for the smsmdtv module. It has been moved to the core
component, and replace the smsdvb's.
Priority: normal
Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/siano/smscoreapi.c')
-rw-r--r-- | linux/drivers/media/dvb/siano/smscoreapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/siano/smscoreapi.c b/linux/drivers/media/dvb/siano/smscoreapi.c index 9a9db2588..5cf5bb5d9 100644 --- a/linux/drivers/media/dvb/siano/smscoreapi.c +++ b/linux/drivers/media/dvb/siano/smscoreapi.c @@ -34,8 +34,8 @@ #include "smscoreapi.h" #include "sms-cards.h" -static int sms_dbg; -module_param_named(debug, sms_dbg, int, 0644); +int sms_debug; +module_param_named(debug, sms_debug, int, 0644); MODULE_PARM_DESC(debug, "set debug level (info=1, adv=2 (or-able))"); struct smscore_device_notifyee_t { |