Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a0489d3 authored by Philipp Zabel's avatar Philipp Zabel Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Acked-by: default avatarLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 785a3de1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@ MODULE_LICENSE("GPL");




static int debug;
static int debug;
module_param(debug, int, 0);
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Debug level (0-2)");
MODULE_PARM_DESC(debug, "Debug level (0-2)");


struct tvp5150 {
struct tvp5150 {