diff options
Diffstat (limited to 'drivers/ieee1394/ohci1394.c')
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c index 63b71fa997fc..c858f5f94d35 100644 --- a/drivers/ieee1394/ohci1394.c +++ b/drivers/ieee1394/ohci1394.c | |||
@@ -163,7 +163,7 @@ printk(level "%s: fw-host%d: " fmt "\n" , OHCI1394_DRIVER_NAME, ohci->host->id , | |||
163 | 163 | ||
164 | /* Module Parameters */ | 164 | /* Module Parameters */ |
165 | static int phys_dma = 1; | 165 | static int phys_dma = 1; |
166 | module_param(phys_dma, int, 0644); | 166 | module_param(phys_dma, int, 0444); |
167 | MODULE_PARM_DESC(phys_dma, "Enable physical dma (default = 1)."); | 167 | MODULE_PARM_DESC(phys_dma, "Enable physical dma (default = 1)."); |
168 | 168 | ||
169 | static void dma_trm_tasklet(unsigned long data); | 169 | static void dma_trm_tasklet(unsigned long data); |