Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316312
b: refs/heads/master
c: f96985e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mark Brown committed Jul 11, 2012
1 parent afbf750 commit b5df7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2b4d39fc2a80e271ac8d44fccd02277a4b63c557
refs/heads/master: f96985e3b3cfcd2d21faca79863fb34533d575aa
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/sta529.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,9 @@ static __devinit int sta529_i2c_probe(struct i2c_client *i2c,

sta529->regmap = devm_regmap_init_i2c(i2c, &sta529_regmap);
if (IS_ERR(sta529->regmap)) {
ret = PTR_ERR(sta529->regmap);
dev_err(&i2c->dev, "Failed to allocate regmap: %d\n", ret);
return PTR_ERR(sta529->regmap);
return ret;
}

i2c_set_clientdata(i2c, sta529);
Expand Down

0 comments on commit b5df7a9

Please sign in to comment.