소스 검색

[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>
Adrian Bunk 18 년 전
부모
커밋
4b9ced7691
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      arch/arm/mach-omap1/leds-innovator.c

+ 0 - 3
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);
 }