Re: [PATCH] mfd: lp87565: Convert to use devm_mfd_add_devices

2017-08-08 Thread Lee Jones
On Sun, 30 Jul 2017, Axel Lin wrote: > This fixes missing mfd_remove_devices() call when unload the module. > > Signed-off-by: Axel Lin > --- > drivers/mfd/lp87565.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/lp87565.c b/drivers/

Re: [PATCH] mfd: lp87565: Convert to use devm_mfd_add_devices

2017-07-30 Thread Keerthy
On Sunday 30 July 2017 04:28 PM, Axel Lin wrote: > This fixes missing mfd_remove_devices() call when unload the module. Reviewed-by: Keerthy > > Signed-off-by: Axel Lin > --- > drivers/mfd/lp87565.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/drivers/mfd