From: Mauro Carvalho Chehab Date: Thu, 13 Dec 2007 09:36:22 +0000 (-0300) Subject: V4L/DVB (6807): fix debug enable X-Git-Tag: v2.6.25-rc1~1235^2~205 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8996b3f3cfa9d21ba9ed31a116d5066e38827878;p=karo-tx-linux.git V4L/DVB (6807): fix debug enable The changes at vivi_template make debug option to not work properly. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 0b5c1426bb90..889e6611e039 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c @@ -1250,7 +1250,7 @@ MODULE_PARM_DESC(video_nr, "video iminor start number"); module_param(n_devs, int, 0); MODULE_PARM_DESC(n_devs, "number of video devices to create"); -module_param_named(debug, vivi.debug, int, 0644); +module_param_named(debug, vivi_template.debug, int, 0444); MODULE_PARM_DESC(debug, "activates debug info"); module_param(vid_limit, int, 0644);