[ARM] Fix buggy __phys_to_pfn / __pfn_to_phys
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 29 Oct 2005 12:18:10 +0000 (13:18 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 29 Oct 2005 12:18:10 +0000 (13:18 +0100)
Macro arguments should _always_ be surrounded by parentheses
when used to prevent unexpected problems with operator precedence.

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

No differences found