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

2013-05-13 Thread Jingoo Han
Sunday, May 12, 2013 11:44 PM, Laurent Navet wrote: > > eplace a call to deprecated devm_request_and_ioremap by devm_ioremap_resource. CC'ed Sachin Kamat Fix the typo: eplace -> replace > > Found with coccicheck and this semantic patch: > scripts/coccinelle/api/devm_ioremap_resource.cocci >

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

2013-05-12 Thread Laurent Navet
eplace 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 deletion