Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221520
b: refs/heads/master
c: bac64d0
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Dmitry Torokhov committed Oct 29, 2010
1 parent a177bf4 commit 304b32e
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: b584efc9ea7575d3235cfd745e8a28201d2c37f6
refs/heads/master: bac64d0f8cfd45f1027b6e946785a56e8d694fba
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/bu21013_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ static int __devinit bu21013_probe(struct i2c_client *client,
err_cs_disable:
pdata->cs_dis(pdata->cs_pin);
err_free_mem:
input_free_device(bu21013_data->in_dev);
input_free_device(in_dev);
kfree(bu21013_data);

return error;
Expand Down

0 comments on commit 304b32e

Please sign in to comment.