Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263256
b: refs/heads/master
c: 22f8320
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Aug 11, 2011
1 parent 99e8f9e commit 70490f4
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: d9b830fa444c1f4955d0ee88f5af2aa24d2c7837
refs/heads/master: 22f83205e59c97c2460ad8e4bd6e71268cb2f37f
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/tegra-kbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ static int __devinit tegra_kbc_probe(struct platform_device *pdev)
err_free_mem_region:
release_mem_region(res->start, resource_size(res));
err_free_mem:
input_free_device(kbc->idev);
input_free_device(input_dev);
kfree(kbc);

return err;
Expand Down

0 comments on commit 70490f4

Please sign in to comment.