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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);

/**