aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-08-27 17:29:21 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-10-12 18:43:20 -0400
commit4b9ced769177a9e7a96d0e98a09cb5e6b1d506da (patch)
tree4b6cc5973e06ee42b16b0791f8d577eabe4f9d3c /arch/arm/mach-omap1
parent38598105217f65d21b5f5253c5755af9463c9e9a (diff)
[ARM] omap1/leds-innovator.c: remove dead code
This patch removes dead code. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r--arch/arm/mach-omap1/leds-innovator.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/leds-innovator.c b/arch/arm/mach-omap1/leds-innovator.c
index a0cd001ac39a..e7835d6f53a0 100644
--- a/arch/arm/mach-omap1/leds-innovator.c
+++ b/arch/arm/mach-omap1/leds-innovator.c
@@ -95,8 +95,5 @@ void innovator_leds_event(led_event_t evt)
95 break; 95 break;
96 } 96 }
97 97
98 if (led_state & LED_STATE_ENABLED)
99 ;
100
101 local_irq_restore(flags); 98 local_irq_restore(flags);
102} 99}