Re: [PATCH 17/24] rtc: rtc-ps3: use module_platform_driver_probe()

2013-03-04 Thread Geert Uytterhoeven
On Mon, Mar 4, 2013 at 9:04 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: Geert Uytterhoeven > --- > drivers/rtc/rtc-ps3.c | 13 + > 1 files changed, 1

[PATCH 17/24] rtc: rtc-ps3: 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/rtc/rtc-ps3.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/rtc/rtc-ps3.c b/drivers/rtc/rtc-ps3.c index

[PATCH 17/24] rtc: rtc-ps3: 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/rtc/rtc-ps3.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/rtc/rtc-ps3.c

Re: [PATCH 17/24] rtc: rtc-ps3: use module_platform_driver_probe()

2013-03-04 Thread Geert Uytterhoeven
On Mon, Mar 4, 2013 at 9:04 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: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/rtc/rtc-ps3.c |