2.4.36-stable kernel tree
リビジョン | 5a9b7088a407b66fdd4d00c4570fdab12df9c7af (tree) |
---|---|
日時 | 2007-02-25 16:41:25 |
作者 | Mariusz Kozlowski <m.kozlowski@tuxl...> |
コミッター | Willy Tarreau |
[PATCH] rio parenthesis fix
Hello,
This patch adds missing parenthesis in RIOMCAinit() code.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
@@ -478,7 +478,7 @@ int RIOMCAinit(int Mode) | ||
478 | 478 | Handle = RIOMapin( Paddr, RIO_MCA_MEM_SIZE, &Caddr ); |
479 | 479 | |
480 | 480 | if ( Handle == -1 ) { |
481 | - rio_dprintk (RIO_DEBUG_INIT, "Couldn't map %d bytes at %x\n", RIO_MCA_MEM_SIZE, Paddr; | |
481 | + rio_dprintk (RIO_DEBUG_INIT, "Couldn't map %d bytes at %x\n", RIO_MCA_MEM_SIZE, Paddr); | |
482 | 482 | continue; |
483 | 483 | } |
484 | 484 |