Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198546
b: refs/heads/master
c: 9d0ff6d
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Gelmini authored and Russell King committed May 24, 2010
1 parent 24c651b commit 44c45bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: 9f1e0f25e2d5ad2e8ed096e75be756de8b1d4f93
refs/heads/master: 9d0ff6d62462ecbe7a3188d97d8d08b87eaf0065
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-sa1100/leds.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* linux/arch/arm/mach-sa1100/leds.c
*
* SA1100 LEDs dispatcher
*
*
* Copyright (C) 2001 Nicolas Pitre
*/
#include <linux/compiler.h>
Expand All @@ -18,10 +18,10 @@ sa1100_leds_init(void)
{
if (machine_is_assabet())
leds_event = assabet_leds_event;
if (machine_is_consus())
leds_event = consus_leds_event;
if (machine_is_consus())
leds_event = consus_leds_event;
if (machine_is_badge4())
leds_event = badge4_leds_event;
leds_event = badge4_leds_event;
if (machine_is_brutus())
leds_event = brutus_leds_event;
if (machine_is_cerf())
Expand Down

0 comments on commit 44c45bf

Please sign in to comment.