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

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>
This commit is contained in:
Derek Robson 2017-01-15 13:53:58 +13:00 committed by Greg Kroah-Hartman
parent 9a8936d62c
commit 503ec4bc36
1 changed files with 1 additions and 1 deletions

View 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);
/**