Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373198
b: refs/heads/master
c: 12bb68e
h: refs/heads/master
v: v3
  • Loading branch information
Charles Keepax authored and Samuel Ortiz committed Apr 8, 2013
1 parent 18cad05 commit b4da69f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: e80436bbb241abbf2168c65622fb98d9378432fa
refs/heads/master: 12bb68ed459e52187c7e70cb6dd4bfcc672cc171
10 changes: 5 additions & 5 deletions trunk/drivers/mfd/arizona-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,6 @@ static int arizona_runtime_resume(struct device *dev)

regcache_cache_only(arizona->regmap, false);

ret = arizona_wait_for_boot(arizona);
if (ret != 0) {
goto err;
}

switch (arizona->type) {
case WM5102:
ret = wm5102_patch(arizona);
Expand All @@ -365,6 +360,11 @@ static int arizona_runtime_resume(struct device *dev)
}
break;
default:
ret = arizona_wait_for_boot(arizona);
if (ret != 0) {
goto err;
}

break;
}

Expand Down

0 comments on commit b4da69f

Please sign in to comment.