Files
android_kernel_xiaomi_sm8450/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
..
2007-07-26 11:35:17 -07:00
2008-02-07 20:39:44 -05:00
2008-03-12 14:15:00 +01:00