Commit 503ec4bc authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman

Staging: media: davinci_vpfe: style fix, using octal file permissions

Change file permissions to octal style.
Found using checkpatch.
Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9a8936d6
......@@ -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);
/**
......
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