Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342953
b: refs/heads/master
c: e7d28c8
h: refs/heads/master
i:
  342951: 44d7023
v: v3
  • Loading branch information
Mark Brown committed Dec 9, 2012
1 parent 1f2b930 commit cc6bed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7a7f9875d9d35315c22830be5ce7fdd80b1d1ab0
refs/heads/master: e7d28c8ca476beed80a299d3587afa5448edb356
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8960.c
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ static __devinit int wm8960_i2c_probe(struct i2c_client *i2c,
if (wm8960 == NULL)
return -ENOMEM;

wm8960->regmap = regmap_init_i2c(i2c, &wm8960_regmap);
wm8960->regmap = devm_regmap_init_i2c(i2c, &wm8960_regmap);
if (IS_ERR(wm8960->regmap))
return PTR_ERR(wm8960->regmap);

Expand Down

0 comments on commit cc6bed1

Please sign in to comment.