dect
/
linux-2.6
Archived
13
0
Fork 0

[media] i2c: Remove obsolete cleanup for clientdata

A few new i2c-drivers came into the kernel which clear the clientdata-pointer
on exit. This is obsolete meanwhile, so fix it and hope the word will spread.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Wolfram Sang 2010-11-10 09:28:19 -03:00 committed by Mauro Carvalho Chehab
parent c0ff9f4c24
commit e6f199f3e7
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ static int imx074_remove(struct i2c_client *client)
icd->ops = NULL;
if (icl->free_bus)
icl->free_bus(icl);
i2c_set_clientdata(client, NULL);
kfree(priv);
return 0;