Re: [PATCH 1/3] mfd: ab3100-otp: use module_platform_driver_probe()

2013-04-05 Thread Samuel Ortiz
Hi Jingoo, On Tue, Mar 05, 2013 at 01:47:06PM +0900, Jingoo Han wrote: > This patch uses module_platform_driver_probe() macro which makes > the code smaller and simpler. > > Signed-off-by: Jingoo Han > --- > drivers/mfd/ab3100-otp.c | 14 +- > 1 files changed, 1 insertions(+), 13

Re: [PATCH 1/3] mfd: ab3100-otp: use module_platform_driver_probe()

2013-04-05 Thread Samuel Ortiz
Hi Jingoo, On Tue, Mar 05, 2013 at 01:47:06PM +0900, Jingoo Han wrote: This patch uses module_platform_driver_probe() macro which makes the code smaller and simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/mfd/ab3100-otp.c | 14 +- 1 files changed, 1

Re: [PATCH 1/3] mfd: ab3100-otp: use module_platform_driver_probe()

2013-03-06 Thread Linus Walleij
On Tue, Mar 5, 2013 at 5:47 AM, Jingoo Han wrote: > This patch uses module_platform_driver_probe() macro which makes > the code smaller and simpler. > > Signed-off-by: Jingoo Han Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 1/3] mfd: ab3100-otp: use module_platform_driver_probe()

2013-03-06 Thread Linus Walleij
On Tue, Mar 5, 2013 at 5:47 AM, Jingoo Han jg1@samsung.com wrote: This patch uses module_platform_driver_probe() macro which makes the code smaller and simpler. Signed-off-by: Jingoo Han jg1@samsung.com Acked-by: Linus Walleij linus.wall...@linaro.org Yours, Linus Walleij -- To

[PATCH 1/3] mfd: ab3100-otp: use module_platform_driver_probe()

2013-03-04 Thread Jingoo Han
This patch uses module_platform_driver_probe() macro which makes the code smaller and simpler. Signed-off-by: Jingoo Han --- drivers/mfd/ab3100-otp.c | 14 +- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/drivers/mfd/ab3100-otp.c b/drivers/mfd/ab3100-otp.c index

[PATCH 1/3] mfd: ab3100-otp: use module_platform_driver_probe()

2013-03-04 Thread Jingoo Han
This patch uses module_platform_driver_probe() macro which makes the code smaller and simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/mfd/ab3100-otp.c | 14 +- 1 files changed, 1 insertions(+), 13 deletions(-) diff --git a/drivers/mfd/ab3100-otp.c