diff options
-rw-r--r-- | arch/arm/mach-ixp4xx/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/common.c b/arch/arm/mach-ixp4xx/common.c index 9edaf4734fa8..a7906ebedb19 100644 --- a/arch/arm/mach-ixp4xx/common.c +++ b/arch/arm/mach-ixp4xx/common.c | |||
@@ -560,7 +560,7 @@ static void __init ixp4xx_clockevent_init(void) | |||
560 | 560 | ||
561 | void ixp4xx_restart(enum reboot_mode mode, const char *cmd) | 561 | void ixp4xx_restart(enum reboot_mode mode, const char *cmd) |
562 | { | 562 | { |
563 | if ( 1 && mode == REBOOT_SOFT) { | 563 | if (mode == REBOOT_SOFT) { |
564 | /* Jump into ROM at address 0 */ | 564 | /* Jump into ROM at address 0 */ |
565 | soft_restart(0); | 565 | soft_restart(0); |
566 | } else { | 566 | } else { |