Staging: unisys: visorbus: visorchipset.c: style fix
Changed file permissions to octal sytle. Found using checkpatch. Acked-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b3d76e80c7
commit
dca71b0fba
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue