Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268532
b: refs/heads/master
c: ad31d25
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Greg Kroah-Hartman committed Sep 27, 2011
1 parent 14ff231 commit 25da587
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: 7c6c936832a46e86b0fac654923ce5015bdc80ee
refs/heads/master: ad31d250bf60c8e4c990e8b0daeedbaa2d6884a9
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/magnetometer/ak8975.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ static int ak8975_probe(struct i2c_client *client,
err = ak8975_setup(client);
if (err < 0) {
dev_err(&client->dev, "AK8975 initialization fails\n");
goto exit_gpio;
goto exit_free_iio;
}

i2c_set_clientdata(client, indio_dev);
Expand Down

0 comments on commit 25da587

Please sign in to comment.