Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199415
b: refs/heads/master
c: 28ade0f
h: refs/heads/master
i:
  199413: 1818349
  199411: 6c24da0
  199407: 35e924a
v: v3
  • Loading branch information
Wolfram Sang authored and Samuel Ortiz committed May 27, 2010
1 parent 9ce4547 commit 3ce1dee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 62579266cf9caca5b999560be2b5ceee42fc4d4d
refs/heads/master: 28ade0f217a3a3ff992b01e06e6e425c250a8406
1 change: 0 additions & 1 deletion trunk/drivers/mfd/88pm860x-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ static int __devexit pm860x_remove(struct i2c_client *client)

pm860x_device_exit(chip);
i2c_unregister_device(chip->companion);
i2c_set_clientdata(chip->companion, NULL);
i2c_set_clientdata(chip->client, NULL);
i2c_set_clientdata(client, NULL);
kfree(chip);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/mfd/max8925-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ static int __devexit max8925_remove(struct i2c_client *client)
max8925_device_exit(chip);
i2c_unregister_device(chip->adc);
i2c_unregister_device(chip->rtc);
i2c_set_clientdata(chip->adc, NULL);
i2c_set_clientdata(chip->rtc, NULL);
i2c_set_clientdata(chip->i2c, NULL);
kfree(chip);
return 0;
Expand Down

0 comments on commit 3ce1dee

Please sign in to comment.