Re: [PATCH 5/5] omap: hsmmc: use platform_driver_register

2011-10-07 Thread Grant Likely
On Thu, Oct 6, 2011 at 11:05 PM, G, Manjunath Kondaiah wrote: > > Existing omap hsmmc driver uses "platform_driver_probe" in init > function. Change it to use "platform_driver_register" in order to > use deferral probe mechanism. > > Signed-off-by: G, Manjunath Kondaiah > Reported-by: Grant Likel

[PATCH 5/5] omap: hsmmc: use platform_driver_register

2011-10-06 Thread G, Manjunath Kondaiah
Existing omap hsmmc driver uses "platform_driver_probe" in init function. Change it to use "platform_driver_register" in order to use deferral probe mechanism. Signed-off-by: G, Manjunath Kondaiah Reported-by: Grant Likely --- Cc: linux-o...@vger.kernel.org Cc: linux-mmc@vger.kernel.org Cc: lin

[PATCH 5/5] omap: hsmmc: use platform_driver_register

2011-10-06 Thread G, Manjunath Kondaiah
Existing omap hsmmc driver uses "platform_driver_probe" in init function. Change it to use "platform_driver_register" in order to use deferral probe mechanism. Signed-off-by: G, Manjunath Kondaiah Reported-by: Grant Likely --- Cc: linux-o...@vger.kernel.org Cc: linux-mmc@vger.kernel.org Cc: lin