Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231003
b: refs/heads/master
c: 87fff23
h: refs/heads/master
i:
  231001: 475960b
  230999: d612bb1
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Jan 14, 2011
1 parent 05938ce commit d555377
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: fe421425d78176f4a3509ce11b8d683cf1604e3a
refs/heads/master: 87fff232cb76828b44312843d96854704f71ed19
14 changes: 7 additions & 7 deletions trunk/drivers/mfd/ab8500-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = {
},
[AB8500_DBI] = {
.num_ranges = 0,
.range = 0,
.range = NULL,
},
[AB8500_ECI_AV_ACC] = {
.num_ranges = 1,
Expand All @@ -202,7 +202,7 @@ static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = {
},
[0x9] = {
.num_ranges = 0,
.range = 0,
.range = NULL,
},
[AB8500_GPADC] = {
.num_ranges = 1,
Expand Down Expand Up @@ -278,7 +278,7 @@ static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = {
},
[AB8500_INTERRUPT] = {
.num_ranges = 0,
.range = 0,
.range = NULL,
},
[AB8500_RTC] = {
.num_ranges = 1,
Expand Down Expand Up @@ -328,19 +328,19 @@ static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = {
},
[0x11] = {
.num_ranges = 0,
.range = 0,
.range = NULL,
},
[0x12] = {
.num_ranges = 0,
.range = 0,
.range = NULL,
},
[0x13] = {
.num_ranges = 0,
.range = 0,
.range = NULL,
},
[0x14] = {
.num_ranges = 0,
.range = 0,
.range = NULL,
},
[AB8500_OTP_EMUL] = {
.num_ranges = 1,
Expand Down

0 comments on commit d555377

Please sign in to comment.