Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375005
b: refs/heads/master
c: 27d4cdc
h: refs/heads/master
i:
  375003: 9ccc362
v: v3
  • Loading branch information
Lee Jones authored and Olof Johansson committed May 9, 2013
1 parent 6f24125 commit a07e0d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 33c8abcee7e6c0828c9c76114e11e31fbcaec4e9
refs/heads/master: 27d4cdca7500ddc42002b96c0ea818e6da61ad91
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ static int mop500_prox_activate(struct device *dev)
"no regulator\n");
return PTR_ERR(prox_regulator);
}
regulator_enable(prox_regulator);
return 0;

return regulator_enable(prox_regulator);
}

static void mop500_prox_deactivate(struct device *dev)
Expand Down

0 comments on commit a07e0d0

Please sign in to comment.