From: Sachin Kamat Date: Mon, 4 Mar 2013 08:35:43 +0000 (+0530) Subject: usb: phy: omap-control-usb: Convert to devm_ioremap_resource() X-Git-Tag: v3.9-rc3~17^2~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ae575b8a51fd98c9b0066c6c030d5ccce3d77d;p=pandora-kernel.git usb: phy: omap-control-usb: Convert to devm_ioremap_resource() Use the newly introduced devm_ioremap_resource() instead of devm_request_and_ioremap() which provides more consistent error handling. devm_ioremap_resource() provides its own error messages; so all explicit error messages can be removed from the failure code paths. Reviewed-by: Thierry Reding Signed-off-by: Sachin Kamat Cc: Kishon Vijay Abraham I Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed