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
..
Kconfig ARM: OMAP: I2C: tps65010 driver converts to gpiolib 2008-04-14 09:57:06 -07:00
Makefile i2c: chips subdirectory is deprecated 2008-03-12 14:15:00 +01:00
ds1682.c i2c: ds1682 warning fix 2007-07-26 11:35:17 -07:00
eeprom.c hwmon: Discard useless I2C driver IDs 2008-02-07 20:39:44 -05:00
isp1301_omap.c i2c: Replace remaining __FUNCTION__ occurrences 2008-04-22 22:16:47 +02:00
max6875.c i2c: normal_i2c can be made const (remaining drivers) 2008-01-27 18:14:47 +01:00
menelaus.c Add missing newlines to some uses of dev_<level> messages 2007-10-18 14:37:28 -07:00
pca9539.c i2c: __must_check fixes (chip drivers) 2006-09-26 15:38:51 -07:00
pcf8574.c hwmon: Discard useless I2C driver IDs 2008-02-07 20:39:44 -05:00
pcf8575.c i2c: normal_i2c can be made const (remaining drivers) 2008-01-27 18:14:47 +01:00
pcf8591.c hwmon: Discard useless I2C driver IDs 2008-02-07 20:39:44 -05:00
tps65010.c i2c/tps65010: Add missing intialization of client data 2008-04-29 23:11:38 +02:00
tsl2550.c i2c/tsl2550: Add power management added 2008-01-27 18:14:45 +01:00