linux/drivers/i2c/chips
Jean Delvare 6d072d78f8 i2c/tps65010: Add missing intialization of client data
tps65010_remove() calls i2c_get_clientdata(client) but the client data
is never set during initialization, so it gets a NULL pointer at best.

I guess it was never spotted because the tps65010 driver is typically
not built modular so this function is discarded.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
2008-04-29 23:11:38 +02:00
..
ds1682.c
eeprom.c
isp1301_omap.c i2c: Replace remaining __FUNCTION__ occurrences 2008-04-22 22:16:47 +02:00
Kconfig
Makefile
max6875.c
menelaus.c
pca9539.c
pcf8574.c
pcf8575.c
pcf8591.c
tps65010.c i2c/tps65010: Add missing intialization of client data 2008-04-29 23:11:38 +02:00
tsl2550.c