From 85d8958ccb145f9403bb446caa1d7194ac52750f Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Mon, 12 Jun 2006 18:13:42 -0400 Subject: [PATCH] --- yaml --- r: 28133 b: refs/heads/master c: fa9b73997cc621b9a15c96f07dda26775e61ac6a h: refs/heads/master i: 28131: 678a3678bc2a0b4357eeb418457cabe3706d0a33 v: v3 --- [refs] | 2 +- trunk/drivers/ieee1394/ohci1394.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 03e5e8c6eff8..1c6a1b358c37 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4611ed38030a2ce3661de999c3487e5a1eed0dc0 +refs/heads/master: fa9b73997cc621b9a15c96f07dda26775e61ac6a diff --git a/trunk/drivers/ieee1394/ohci1394.c b/trunk/drivers/ieee1394/ohci1394.c index 63b71fa997fc..c858f5f94d35 100644 --- a/trunk/drivers/ieee1394/ohci1394.c +++ b/trunk/drivers/ieee1394/ohci1394.c @@ -163,7 +163,7 @@ printk(level "%s: fw-host%d: " fmt "\n" , OHCI1394_DRIVER_NAME, ohci->host->id , /* Module Parameters */ static int phys_dma = 1; -module_param(phys_dma, int, 0644); +module_param(phys_dma, int, 0444); MODULE_PARM_DESC(phys_dma, "Enable physical dma (default = 1)."); static void dma_trm_tasklet(unsigned long data);