projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3859810
)
[ARM] omap1/leds-innovator.c: remove dead code
author
Adrian Bunk
<bunk@kernel.org>
Mon, 27 Aug 2007 21:29:21 +0000
(23:29 +0200)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 12 Oct 2007 22:43:20 +0000
(23:43 +0100)
This patch removes dead code.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-omap1/leds-innovator.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/leds-innovator.c
b/arch/arm/mach-omap1/leds-innovator.c
index a0cd001ac39af1eabc29dfa1bb4158c55ef49715..e7835d6f53a0855d82e80265a22639a62fc9b3f7 100644
(file)
--- 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)
break;
}
- if (led_state & LED_STATE_ENABLED)
- ;
-
local_irq_restore(flags);
}