Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4433
b: refs/heads/master
c: 6f3e141
h: refs/heads/master
i:
  4431: 50e6504
v: v3
  • Loading branch information
Tony Lindgren authored and Russell King committed Jul 10, 2005
1 parent f49f0a2 commit fd1dade
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b59b6beb423267e8fe2ef3596d98aba0b910341
refs/heads/master: 6f3e14163e066a6f43a54098a12185f25400fd68
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,11 @@ void osk_leds_event(led_event_t evt)

#ifdef CONFIG_FB_OMAP

#ifdef CONFIG_LEDS_TIMER
case led_timer:
hw_led_state ^= TIMER_LED;
mistral_setled();
break;
#endif

#ifdef CONFIG_LEDS_CPU
case led_idle_start:
hw_led_state |= IDLE_LED;
mistral_setled();
Expand All @@ -146,7 +143,6 @@ void osk_leds_event(led_event_t evt)
hw_led_state &= ~IDLE_LED;
mistral_setled();
break;
#endif

#endif /* CONFIG_FB_OMAP */

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fd1dade

Please sign in to comment.