diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ieee1394/nodemgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/nodemgr.c b/drivers/ieee1394/nodemgr.c index 1ce3d8a14ae7..04b62eca647b 100644 --- a/drivers/ieee1394/nodemgr.c +++ b/drivers/ieee1394/nodemgr.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include "nodemgr.h" | 28 | #include "nodemgr.h" |
29 | 29 | ||
30 | static int ignore_drivers; | 30 | static int ignore_drivers; |
31 | module_param(ignore_drivers, int, 0444); | 31 | module_param(ignore_drivers, int, S_IRUGO | S_IWUSR); |
32 | MODULE_PARM_DESC(ignore_drivers, "Disable automatic probing for drivers."); | 32 | MODULE_PARM_DESC(ignore_drivers, "Disable automatic probing for drivers."); |
33 | 33 | ||
34 | struct nodemgr_csr_info { | 34 | struct nodemgr_csr_info { |