Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343064
b: refs/heads/master
c: 134ebfd
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Tissoires authored and Jiri Kosina committed Dec 5, 2012
1 parent 4c07b11 commit 2cd2615
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9972dcc29cd1fc1b550656eb04496df6dab3dc42
refs/heads/master: 134ebfd86b9353a3d98f9f4e93b4e79824a4b49a
3 changes: 3 additions & 0 deletions trunk/drivers/hid/i2c-hid/i2c-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,9 @@ static int __devexit i2c_hid_remove(struct i2c_client *client)

free_irq(client->irq, ihid);

if (ihid->bufsize)
i2c_hid_free_buffers(ihid);

kfree(ihid);

return 0;
Expand Down

0 comments on commit 2cd2615

Please sign in to comment.