Commit 8996b3f3 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (6807): fix debug enable

The changes at vivi_template make debug option to not work properly.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 784c668b
...@@ -1250,7 +1250,7 @@ MODULE_PARM_DESC(video_nr, "video iminor start number"); ...@@ -1250,7 +1250,7 @@ MODULE_PARM_DESC(video_nr, "video iminor start number");
module_param(n_devs, int, 0); module_param(n_devs, int, 0);
MODULE_PARM_DESC(n_devs, "number of video devices to create"); 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_PARM_DESC(debug, "activates debug info");
module_param(vid_limit, int, 0644); module_param(vid_limit, int, 0644);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment