Re: [PATCH 2/2] mfd: bcm590xx: Add missing remove function

2014-04-15 Thread Lee Jones
> Add missing mfd_remove_devices() call in remove function. > > Signed-off-by: Axel Lin > --- > drivers/mfd/bcm590xx.c | 7 +++ > 1 file changed, 7 insertions(+) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs

Re: [PATCH 2/2] mfd: bcm590xx: Add missing remove function

2014-04-15 Thread Lee Jones
Add missing mfd_remove_devices() call in remove function. Signed-off-by: Axel Lin axel@ingics.com --- drivers/mfd/bcm590xx.c | 7 +++ 1 file changed, 7 insertions(+) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for

[PATCH 2/2] mfd: bcm590xx: Add missing remove function

2014-03-31 Thread Axel Lin
Add missing mfd_remove_devices() call in remove function. Signed-off-by: Axel Lin --- drivers/mfd/bcm590xx.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/mfd/bcm590xx.c b/drivers/mfd/bcm590xx.c index 40c0dd3..c986149 100644 --- a/drivers/mfd/bcm590xx.c +++

[PATCH 2/2] mfd: bcm590xx: Add missing remove function

2014-03-31 Thread Axel Lin
Add missing mfd_remove_devices() call in remove function. Signed-off-by: Axel Lin axel@ingics.com --- drivers/mfd/bcm590xx.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/mfd/bcm590xx.c b/drivers/mfd/bcm590xx.c index 40c0dd3..c986149 100644 --- a/drivers/mfd/bcm590xx.c