Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316210
b: refs/heads/master
c: 5eba8ec
h: refs/heads/master
v: v3
  • Loading branch information
MR Swami Reddy authored and Mark Brown committed Jun 5, 2012
1 parent 95357f5 commit 31b0add
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 2f989f7e9f5f9ba97535fa58f4240ec250d6b2df
refs/heads/master: 5eba8ec37fe8cfed4cacff56f9025b756cc43faa
2 changes: 0 additions & 2 deletions trunk/sound/soc/codecs/isabelle.c
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,6 @@ static int __devinit isabelle_i2c_probe(struct i2c_client *i2c,
ARRAY_SIZE(isabelle_dai));
if (ret < 0) {
dev_err(&i2c->dev, "Failed to register codec: %d\n", ret);
regmap_exit(dev_get_regmap(&i2c->dev, NULL));
return ret;
}

Expand All @@ -1151,7 +1150,6 @@ static int __devinit isabelle_i2c_probe(struct i2c_client *i2c,
static int __devexit isabelle_i2c_remove(struct i2c_client *client)
{
snd_soc_unregister_codec(&client->dev);
regmap_exit(dev_get_regmap(&client->dev, NULL));
return 0;
}

Expand Down

0 comments on commit 31b0add

Please sign in to comment.