Commit 3869aa29 authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Linus Torvalds

[PATCH] h8300 stray bracket fix

Signed-off-by: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4d3eeeac
...@@ -116,7 +116,7 @@ void __init setup_arch(char **cmdline_p) ...@@ -116,7 +116,7 @@ void __init setup_arch(char **cmdline_p)
#endif #endif
#else #else
if ((memory_end < CONFIG_BLKDEV_RESERVE_ADDRESS) && if ((memory_end < CONFIG_BLKDEV_RESERVE_ADDRESS) &&
(memory_end > CONFIG_BLKDEV_RESERVE_ADDRESS) (memory_end > CONFIG_BLKDEV_RESERVE_ADDRESS))
/* overlap userarea */ /* overlap userarea */
memory_end = CONFIG_BLKDEV_RESERVE_ADDRESS; memory_end = CONFIG_BLKDEV_RESERVE_ADDRESS;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment