Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4648
b: refs/heads/master
c: 5da69ba
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Jul 11, 2005
1 parent 85b1df6 commit 4b71f34
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: 2146fec20c38d926f0d88413977f941f42a14588
refs/heads/master: 5da69ba42aa42a479c0f5d8cb8351ebb6b51c12e
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/chips/m41t00.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ m41t00_detach(struct i2c_client *client)
int rc;

if ((rc = i2c_detach_client(client)) == 0) {
kfree(i2c_get_clientdata(client));
kfree(client);
tasklet_kill(&m41t00_tasklet);
}
return rc;
Expand Down

0 comments on commit 4b71f34

Please sign in to comment.