From: Laurent Navet Date: Thu, 2 May 2013 11:23:17 +0000 (+0200) Subject: staging: dwc2: use devm_ioremap_resource() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~730 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6cb29630ea1a10205d67901b94d4bfa2408f4c;p=pandora-kernel.git staging: dwc2: use devm_ioremap_resource() Replace a call to deprecated devm_request_and_ioremap by devm_ioremap_resource. Found with coccicheck and this semantic patch: scripts/coccinelle/api/devm_request_and_ioremap.cocci. Signed-off-by: Laurent Navet Reviewed-by: Matthijs Kooijman Acked-by: Paul Zimmerman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed