X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Finput%2Ftouchscreen%2Fmcs5000_ts.c;h=1fb0c2f06a4470657b1b05e5295b77b3c67d6236;hb=fbae3fb1546e199ab0cd185348f8124411a1ca9d;hp=ce8ab0269f6fc755f6496e90a5a4cd4c8157b816;hpb=de02d72bb3cc5b3d4c873db4ca8291723dd48479;p=pandora-kernel.git diff --git a/drivers/input/touchscreen/mcs5000_ts.c b/drivers/input/touchscreen/mcs5000_ts.c index ce8ab0269f6f..1fb0c2f06a44 100644 --- a/drivers/input/touchscreen/mcs5000_ts.c +++ b/drivers/input/touchscreen/mcs5000_ts.c @@ -256,7 +256,6 @@ static int __devexit mcs5000_ts_remove(struct i2c_client *client) free_irq(client->irq, data); input_unregister_device(data->input_dev); kfree(data); - i2c_set_clientdata(client, NULL); return 0; }