mfd: tps65910: Use devm_mfd_add_devices() for mfd_device registration
commitf3466e7764783ed4fae91ebe1653b0a08cca22bf
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 7 Apr 2016 18:43:13 +0000 (8 00:13 +0530)
committerLee Jones <lee.jones@linaro.org>
Tue, 19 Apr 2016 06:56:56 +0000 (19 07:56 +0100)
tree2fa71cac1b03a35885e7422c29496ba339d67dcf
parentb89b6b6bcd570a0beb1fc6fb8d0ecc20316413ab
mfd: tps65910: Use devm_mfd_add_devices() for mfd_device registration

Use devm_mfd_add_devices() for MFD devices registration and remove
the call of mfd_remove_devices() from .remove callback to remove
MFD child-devices. This is done by managed device framework.

CC: Tony Lindgren <tony@atomide.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps65910.c