dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Adrian Bunk 2007-08-27 23:29:21 +02:00 committed by Russell King
parent 3859810521
commit 4b9ced7691
1 changed files with 0 additions and 3 deletions

View File

@ -95,8 +95,5 @@ void innovator_leds_event(led_event_t evt)
break;
}
if (led_state & LED_STATE_ENABLED)
;
local_irq_restore(flags);
}