[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200612011510.58990.m.kozlowski@tuxland.pl>
Date: Fri, 1 Dec 2006 15:10:57 +0100
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: Willy Tarreau <wtarreau@...a.kernel.org>
Cc: linux-kernel@...r.kernel.org
Subject: [2.4 PATCH] arm: dma-arc add missing parenthesis
Hello,
This patch adds missing parenthesis in arc_floppy_data_enable_dma() code.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
arch/arm/kernel/dma-arc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -upr linux-2.4.34-pre6-a/arch/arm/kernel/dma-arc.c linux-2.4.34-pre6-b/arch/arm/kernel/dma-arc.c
--- linux-2.4.34-pre6-a/arch/arm/kernel/dma-arc.c 2003-08-25 13:44:39.000000000 +0200
+++ linux-2.4.34-pre6-b/arch/arm/kernel/dma-arc.c 2006-12-01 12:31:39.000000000 +0100
@@ -55,7 +55,7 @@ static void arc_floppy_data_enable_dma(d
memcpy ((void *)0x1c, (void *)&fdc1772_dma_write,
&fdc1772_dma_write_end - &fdc1772_dma_write);
fdc1772_setupdma(dma->buf.length, dma->buf.address); /* Sets data pointer up */
- enable_fiq(FIQ_FLOPPYDATA;
+ enable_fiq(FIQ_FLOPPYDATA);
local_irq_restore(flags);
}
--
Regards,
Mariusz Kozlowski
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists