Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263255
b: refs/heads/master
c: d9b830f
h: refs/heads/master
i:
  263253: 4d0ba1b
  263251: 7cee0bd
  263247: 6ca9b4a
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Aug 11, 2011
1 parent 26f4100 commit 99e8f9e
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: db0b34b07438d92c4c190998c42a502fbf90064e
refs/heads/master: d9b830fa444c1f4955d0ee88f5af2aa24d2c7837
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/mpu3050.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static int __devinit mpu3050_probe(struct i2c_client *client,
err_pm_set_suspended:
pm_runtime_set_suspended(&client->dev);
err_free_mem:
input_unregister_device(idev);
input_free_device(idev);
kfree(sensor);
return error;
}
Expand Down

0 comments on commit 99e8f9e

Please sign in to comment.