* [PATCH] Staging: media: davinci_vpfe: style fix, using octal file permissions
@ 2017-01-15 0:53 Derek Robson
0 siblings, 0 replies; only message in thread
From: Derek Robson @ 2017-01-15 0:53 UTC (permalink / raw)
To: mchehab, gregkh, robsonde, thaissa.falbo; +Cc: linux-media, devel, linux-kernel
Change file permissions to octal style.
Found using checkpatch.
Signed-off-by: Derek Robson <robsonde@gmail.com>
---
drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c b/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c
index bf077f8342f6..32109cdd73a6 100644
--- a/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c
+++ b/drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c
@@ -74,7 +74,7 @@
static bool debug;
static bool interface;
-module_param(interface, bool, S_IRUGO);
+module_param(interface, bool, 0444);
module_param(debug, bool, 0644);
/**
--
2.11.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-15 0:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 0:53 [PATCH] Staging: media: davinci_vpfe: style fix, using octal file permissions Derek Robson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox