Re: [PATCH 16/20] mfd: stw481x: Use devm_mfd_add_devices() for mfd_device registration

2016-04-05 Thread Linus Walleij
On Tue, Apr 5, 2016 at 1:48 PM, Laxman Dewangan wrote: > Use devm_mfd_add_devices() for mfd devices registration and get > rid of .remove callback to remove mfd devices. This is done > by managed device framework. > > Signed-off-by: Laxman Dewangan > CC: Linus Walleij Acked-by: Linus Walleij

[PATCH 16/20] mfd: stw481x: Use devm_mfd_add_devices() for mfd_device registration

2016-04-05 Thread Laxman Dewangan
Use devm_mfd_add_devices() for mfd devices registration and get rid of .remove callback to remove mfd devices. This is done by managed device framework. Signed-off-by: Laxman Dewangan CC: Linus Walleij --- drivers/mfd/stw481x.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff