power_supply: tps65217-charger: fix missing platform_set_drvdata()
authorWei Yongjun <weiyj.lk@gmail.com>
Tue, 26 Jul 2016 14:49:04 +0000 (14:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Sep 2016 08:18:39 +0000 (10:18 +0200)
commita596ebc52657e2b7840c5d1a8adffe4393156604
treec1371db25edc87e54298de5594f590c46143511c
parent116fcd882e3b6dc3aeb0fd29f7c93b5628337bc3
power_supply: tps65217-charger: fix missing platform_set_drvdata()

commit 33e7664a0af6e9a516f01014f39737aaa119b6d9 upstream.

Add missing platform_set_drvdata() in tps65217_charger_probe(), otherwise
calling platform_get_drvdata() in remove returns NULL.

This is detected by Coccinelle semantic patch.

Fixes: 3636859b280c ("power_supply: Add support for tps65217-charger")
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/power/tps65217_charger.c