Re: [PATCH 1/2] mmc: davinci_mmc: use module_platform_driver_probe()

2013-03-22 Thread Chris Ball
Hi, On Mon, Mar 04 2013, Jingoo Han wrote: > This patch uses module_platform_driver_probe() macro which makes > the code smaller and simpler. > > Signed-off-by: Jingoo Han > --- > drivers/mmc/host/davinci_mmc.c | 13 + > 1 files changed, 1 insertions(+), 12 deletions(-) > > diff --

[PATCH 1/2] mmc: davinci_mmc: 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/mmc/host/davinci_mmc.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/mmc/host/davinci_mmc.c b/drivers/mmc/host/davi