]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
[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 e6f165a5b90d7630a3543966c2b679db4128cf5c..8f54c39ca63f7f8f5b57f91868ca40c1d27b920b 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,