diff options
Diffstat (limited to 'drivers/rtc/rtc-ds1374.c')
| -rw-r--r-- | drivers/rtc/rtc-ds1374.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-ds1374.c b/drivers/rtc/rtc-ds1374.c index 61945734ad00..1f0007fd4431 100644 --- a/drivers/rtc/rtc-ds1374.c +++ b/drivers/rtc/rtc-ds1374.c | |||
| @@ -403,7 +403,6 @@ out_irq: | |||
| 403 | free_irq(client->irq, client); | 403 | free_irq(client->irq, client); |
| 404 | 404 | ||
| 405 | out_free: | 405 | out_free: |
| 406 | i2c_set_clientdata(client, NULL); | ||
| 407 | kfree(ds1374); | 406 | kfree(ds1374); |
| 408 | return ret; | 407 | return ret; |
| 409 | } | 408 | } |
| @@ -422,7 +421,6 @@ static int __devexit ds1374_remove(struct i2c_client *client) | |||
| 422 | } | 421 | } |
| 423 | 422 | ||
| 424 | rtc_device_unregister(ds1374->rtc); | 423 | rtc_device_unregister(ds1374->rtc); |
| 425 | i2c_set_clientdata(client, NULL); | ||
| 426 | kfree(ds1374); | 424 | kfree(ds1374); |
| 427 | return 0; | 425 | return 0; |
| 428 | } | 426 | } |
