Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376268
b: refs/heads/master
c: 4b949b8
h: refs/heads/master
v: v3
  • Loading branch information
Christian Gmeiner authored and Linus Torvalds committed May 24, 2013
1 parent 7d5daa3 commit 12bde24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 7c3425123ddfdc5f48e7913ff59d908789712b18
refs/heads/master: 4b949b8af12e24b8a48fa5bb775a13b558d9f4da
14 changes: 7 additions & 7 deletions trunk/drivers/leds/leds-ot200.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,37 +47,37 @@ static struct ot200_led leds[] = {
{
.name = "led_1",
.port = 0x49,
.mask = BIT(7),
.mask = BIT(6),
},
{
.name = "led_2",
.port = 0x49,
.mask = BIT(6),
.mask = BIT(5),
},
{
.name = "led_3",
.port = 0x49,
.mask = BIT(5),
.mask = BIT(4),
},
{
.name = "led_4",
.port = 0x49,
.mask = BIT(4),
.mask = BIT(3),
},
{
.name = "led_5",
.port = 0x49,
.mask = BIT(3),
.mask = BIT(2),
},
{
.name = "led_6",
.port = 0x49,
.mask = BIT(2),
.mask = BIT(1),
},
{
.name = "led_7",
.port = 0x49,
.mask = BIT(1),
.mask = BIT(0),
}
};

Expand Down

0 comments on commit 12bde24

Please sign in to comment.