Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6015
b: refs/heads/master
c: bebf468
h: refs/heads/master
i:
  6013: ba3e1b8
  6011: 0a75119
  6007: a6fe04d
  5999: 05bdf71
  5983: 19b9f43
  5951: 7cbd96e
  5887: cb047e6
v: v3
  • Loading branch information
Mark M. Hoffman authored and Linus Torvalds committed Aug 27, 2005
1 parent 80f1478 commit a78646e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 32818c2eb6b83ea5065c89e0c3cf774abc4dc02b
refs/heads/master: bebf4688e9dbbfdd421736685d607bced91a3c91
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/adm1026.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ int adm1026_attach_adapter(struct i2c_adapter *adapter)
int adm1026_detach_client(struct i2c_client *client)
{
i2c_detach_client(client);
kfree(client);
kfree(i2c_get_clientdata(client));
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/adm1031.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ static int adm1031_detach_client(struct i2c_client *client)
if ((ret = i2c_detach_client(client)) != 0) {
return ret;
}
kfree(client);
kfree(i2c_get_clientdata(client));
return 0;
}

Expand Down

0 comments on commit a78646e

Please sign in to comment.