public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.4 PATCH] arm: dma-arc add missing parenthesis
@ 2006-12-01 14:10 Mariusz Kozlowski
  2006-12-01 17:40 ` [2.4 PATCH] " Willy Tarreau
  0 siblings, 1 reply; 4+ messages in thread
From: Mariusz Kozlowski @ 2006-12-01 14:10 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: linux-kernel

Hello,

	This patch adds missing parenthesis in arc_floppy_data_enable_dma() code.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-02 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-01 14:10 [2.4 PATCH] arm: dma-arc add missing parenthesis Mariusz Kozlowski
2006-12-01 17:40 ` [2.4 PATCH] " Willy Tarreau
2006-12-02 11:00   ` Mariusz Kozlowski
2006-12-02 11:51     ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox