Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293448
b: refs/heads/master
c: ad20ff9
h: refs/heads/master
v: v3
  • Loading branch information
Denis 'GNUtoo' Carikli authored and Mark Brown committed Mar 4, 2012
1 parent 08f1a20 commit db2e11b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2466ab9709bf7375ef8b8ad16f39008ce6e6bc8a
refs/heads/master: ad20ff920c1fd217578e2c637dd50c1878a21c06
5 changes: 5 additions & 0 deletions trunk/sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,9 @@ static int __devinit wm8753_spi_probe(struct spi_device *spi)
dev_err(&spi->dev, "Failed to register CODEC: %d\n", ret);
goto err_regmap;
}

return 0;

err_regmap:
regmap_exit(wm8753->regmap);
err:
Expand Down Expand Up @@ -1634,6 +1637,8 @@ static __devinit int wm8753_i2c_probe(struct i2c_client *i2c,
goto err_regmap;
}

return 0;

err_regmap:
regmap_exit(wm8753->regmap);
err:
Expand Down

0 comments on commit db2e11b

Please sign in to comment.