From: Mauro Carvalho Chehab Date: Tue, 30 Dec 2014 15:45:40 +0000 (-0200) Subject: [media] mb86a20s: remove unused debug modprobe parameter X-Git-Tag: v4.0-rc1~130^2~229 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e32b31ae45c18679c186e67aa41d0e2318cae487;p=platform%2Fkernel%2Flinux-exynos.git [media] mb86a20s: remove unused debug modprobe parameter The debug parameter is not used anymore, as this module was converted already to use dev_dbg(). Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/mb86a20s.c b/drivers/media/dvb-frontends/mb86a20s.c index e6f165a..8f54c39 100644 --- a/drivers/media/dvb-frontends/mb86a20s.c +++ b/drivers/media/dvb-frontends/mb86a20s.c @@ -22,10 +22,6 @@ #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,