Hello,

        This patch adds missing parenthesis in arc_floppy_data_enable_dma() 
code.

Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>

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

Reply via email to