]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: media: davinci_vpfe: style fix, using octal file permissions
authorDerek Robson <robsonde@gmail.com>
Sun, 15 Jan 2017 00:53:58 +0000 (13:53 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jan 2017 17:08:57 +0000 (18:08 +0100)
Change file permissions to octal style.
Found using checkpatch.

Signed-off-by: Derek Robson <robsonde@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c

index bf077f8342f6011cb517ffd02034b76faba78d91..32109cdd73a66947fca7bc3015d438f9a4e45afe 100644 (file)
@@ -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);
 
 /**