Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357608
b: refs/heads/master
c: 151621a
h: refs/heads/master
v: v3
  • Loading branch information
Hongbo Zhang authored and Samuel Ortiz committed Feb 13, 2013
1 parent 6d8fb2d commit 64f51ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 504decc0a063e6a09a1e5b203ca68bc21dfffde9
refs/heads/master: 151621a704fc7b8eaa1d6905bec0c6388b0a57af
6 changes: 3 additions & 3 deletions trunk/drivers/mfd/ab8500-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ static struct resource ab8505_iddet_resources[] = {

static struct resource ab8500_temp_resources[] = {
{
.name = "AB8500_TEMP_WARM",
.name = "ABX500_TEMP_WARM",
.start = AB8500_INT_TEMP_WARM,
.end = AB8500_INT_TEMP_WARM,
.flags = IORESOURCE_IRQ,
Expand Down Expand Up @@ -999,8 +999,8 @@ static struct mfd_cell abx500_common_devs[] = {
.of_compatible = "stericsson,ab8500-denc",
},
{
.name = "ab8500-temp",
.of_compatible = "stericsson,ab8500-temp",
.name = "abx500-temp",
.of_compatible = "stericsson,abx500-temp",
.num_resources = ARRAY_SIZE(ab8500_temp_resources),
.resources = ab8500_temp_resources,
},
Expand Down

0 comments on commit 64f51ab

Please sign in to comment.