OSDN Git Service

[PATCH] rio parenthesis fix
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>
Fri, 1 Dec 2006 14:24:49 +0000 (15:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Feb 2007 07:41:25 +0000 (08:41 +0100)
Hello,

This patch adds missing parenthesis in RIOMCAinit() code.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
 drivers/char/rio/rioinit.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

drivers/char/rio/rioinit.c

index 888dddc..3320caf 100644 (file)
@@ -478,7 +478,7 @@ int RIOMCAinit(int Mode)
                Handle = RIOMapin( Paddr, RIO_MCA_MEM_SIZE, &Caddr );
 
                if ( Handle == -1 ) {
-                       rio_dprintk (RIO_DEBUG_INIT, "Couldn't map %d bytes at %x\n", RIO_MCA_MEM_SIZE, Paddr;
+                       rio_dprintk (RIO_DEBUG_INIT, "Couldn't map %d bytes at %x\n", RIO_MCA_MEM_SIZE, Paddr);
                        continue;
                }