[2.4 PATCH] arm: dma-arc add missing parenthesis

From: Mariusz Kozlowski
Date: Fri Dec 01 2006 - 09:11:47 EST


Hello,

This patch adds missing parenthesis in arc_floppy_data_enable_dma() code.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/