X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmisc%2Feeprom%2Fat24.c;h=559b0b3c16c379584be01a08db209e2437549a04;hb=84f7586edab93052bbe7eb72e1e9bce5f7b6ae45;hp=f7ca3a42b49089fcf48c6927260057d908641762;hpb=b42f5b0f0fd8c1c442c1b29a3fbcb338e8bd7732;p=pandora-kernel.git diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c index f7ca3a42b490..559b0b3c16c3 100644 --- a/drivers/misc/eeprom/at24.c +++ b/drivers/misc/eeprom/at24.c @@ -643,7 +643,6 @@ static int __devexit at24_remove(struct i2c_client *client) kfree(at24->writebuf); kfree(at24); - i2c_set_clientdata(client, NULL); return 0; }