提交 2a0489d3 编写于 作者: P Philipp Zabel 提交者: Mauro Carvalho Chehab

[media] tvp5150: Make debug module parameter visible in sysfs

Set permissions on the debug module parameter to make it appear in sysfs.
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Acked-by: NLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 785a3de1
......@@ -29,7 +29,7 @@ MODULE_LICENSE("GPL");
static int debug;
module_param(debug, int, 0);
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Debug level (0-2)");
struct tvp5150 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册