[2.6 patch] omap1/leds-innovator.c: remove dead code

From: Adrian Bunk
Date: Mon Aug 27 2007 - 17:40:57 EST


This patch removes dead code.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
327cae41c436186c6c480b0b8d5f125ab26b6b7c
diff --git a/arch/arm/mach-omap1/leds-innovator.c b/arch/arm/mach-omap1/leds-innovator.c
index a0cd001..e7835d6 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)
break;
}

- if (led_state & LED_STATE_ENABLED)
- ;
-
local_irq_restore(flags);
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/