[ARM] Fix iop3xx macro
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 1 Nov 2007 21:27:59 +0000 (21:27 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 5 Nov 2007 09:40:27 +0000 (09:40 +0000)
Macro arguments used in expressions should have parens.  This avoids
warnings such as:

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

Acked-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found