aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Robson <[email protected]>2017-01-08 11:08:22 +1300
committerGreg Kroah-Hartman <[email protected]>2017-01-10 17:29:46 +0100
commitdca71b0fba23a54660ce4e4e4de9edb73bf2d1f7 (patch)
tree84b6adcbf77adeff37712631f06f2d678e8fca8f
parentb3d76e80c7bc8a9619ddcd30f7b7f1c28ae1b154 (diff)
Staging: unisys: visorbus: visorchipset.c: style fix
Changed file permissions to octal sytle. Found using checkpatch. Acked-by: David Kershner <[email protected]> Signed-off-by: Derek Robson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c
index 9c7617275532..336af52d43d7 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -2249,7 +2249,7 @@ static void exit_unisys(void)
acpi_bus_unregister_driver(&unisys_acpi_driver);
}
-module_param_named(major, visorchipset_major, int, S_IRUGO);
+module_param_named(major, visorchipset_major, int, 0444);
MODULE_PARM_DESC(visorchipset_major,
"major device number to use for the device node");