Re: [PATCH v2 6/8] drivers: mfd: use module_platform_driver_probe()

2013-03-17 Thread Jingoo Han
On Friday, March 15, 2013 2:10 AM, Fabio Porcedda wrote: > > This patch converts the drivers to use the > module_platform_driver_probe() macro which makes the code smaller and > a bit simpler. > > Signed-off-by: Fabio Porcedda > Cc: Greg Kroah-Hartman > Cc: Linus Walleij > Cc: Samuel Ortiz >

[PATCH v2 6/8] drivers: mfd: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda Cc: Greg Kroah-Hartman Cc: Linus Walleij Cc: Samuel Ortiz Cc: linux-arm-ker...@lists.infradead.org --- drivers/mfd/davinci_voicecodec.c