Re: [PATCH V2] drivers: mmc: host: use devm_ioremap_resource()

2013-05-16 Thread Jingoo Han
Thursday, May 16, 2013 5:22 PM, Laurent Navet wrote: > > Replace a call to deprecated devm_request_and_ioremap by > devm_ioremap_resource. > > Found with coccicheck and this semantic patch: > scripts/coccinelle/api/devm_ioremap_resource.cocci > > Signed-off-by: Laurent Navet Reviewed-by: Jin

[PATCH V2] drivers: mmc: host: use devm_ioremap_resource()

2013-05-16 Thread Laurent Navet
Replace a call to deprecated devm_request_and_ioremap by devm_ioremap_resource. Found with coccicheck and this semantic patch: scripts/coccinelle/api/devm_ioremap_resource.cocci Signed-off-by: Laurent Navet --- drivers/mmc/host/mvsdio.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletio

[PATCH V2] drivers: mmc: host: use devm_ioremap_resource()

2013-05-16 Thread Laurent Navet
This second version fix a typo in commit message reported by Jingoo Han Regards, Laurent. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html