[ARM] iop: add missing parens in macro
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 5 May 2007 10:59:13 +0000 (11:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 5 May 2007 10:59:13 +0000 (11:59 +0100)
Fix:

 drivers/serial/8250.c:1837: warning: suggest parentheses around arithmetic in operand of |

due to a macro argument being used without required parenthesis.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found