Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250512
b: refs/heads/master
c: 215ef98
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Dmitry Torokhov committed May 15, 2011
1 parent 3f52c26 commit d61532f
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: 36682b81de32090f5c9fac165e71ab8939aab8c0
refs/heads/master: 215ef98677c3e43cefd2159d76543f368a7f87b9
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/atmel_tsadcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static int __devinit atmel_tsadcc_probe(struct platform_device *pdev)
err_release_mem:
release_mem_region(res->start, resource_size(res));
err_free_dev:
input_free_device(ts_dev->input);
input_free_device(input_dev);
err_free_mem:
kfree(ts_dev);
return err;
Expand Down

0 comments on commit d61532f

Please sign in to comment.