From: Philipp Zabel 
Date: Tue, 21 May 2013 07:24:16 +0000 (-0300)
Subject: [media] coda: set umask 0644 on debug module param
X-Git-Tag: v3.11-rc1~17^2~321
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c4eb1bfcbd7c2591caecda531072efda9e727dfa;p=linux.git
[media] coda: set umask 0644 on debug module param
Otherwise module/coda/parameters/coda_debug won't show up in sysfs.
Signed-off-by: Philipp Zabel 
Signed-off-by: Hans Verkuil 
Signed-off-by: Mauro Carvalho Chehab 
---
diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
index 2d8e50e1c9b8..b1f77d3c8594 100644
--- a/drivers/media/platform/coda.c
+++ b/drivers/media/platform/coda.c
@@ -67,7 +67,7 @@
 #define fh_to_ctx(__fh)	container_of(__fh, struct coda_ctx, fh)
 
 static int coda_debug;
-module_param(coda_debug, int, 0);
+module_param(coda_debug, int, 0644);
 MODULE_PARM_DESC(coda_debug, "Debug level (0-1)");
 
 enum {