Skip to content

Commit

Permalink
[ARM] omap1/leds-innovator.c: remove dead code
Browse files Browse the repository at this point in the history
This patch removes dead code.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Adrian Bunk authored and Russell King committed Oct 12, 2007
1 parent 3859810 commit 4b9ced7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/mach-omap1/leds-innovator.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,5 @@ void innovator_leds_event(led_event_t evt)
break;
}

if (led_state & LED_STATE_ENABLED)
;

local_irq_restore(flags);
}

0 comments on commit 4b9ced7

Please sign in to comment.