OSDN Git Service

[media] mb86a20s: remove unused debug modprobe parameter
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 30 Dec 2014 15:45:40 +0000 (13:45 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 26 Jan 2015 12:08:29 +0000 (10:08 -0200)
The debug parameter is not used anymore, as this module was
converted already to use dev_dbg().

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/mb86a20s.c

index e6f165a..8f54c39 100644 (file)
 
 #define NUM_LAYERS 3
 
-static int debug = 1;
-module_param(debug, int, 0644);
-MODULE_PARM_DESC(debug, "Activates frontend debugging (default:0)");
-
 enum mb86a20s_bandwidth {
        MB86A20S_13SEG = 0,
        MB86A20S_13SEG_PARTIAL = 1,