From: Sachin Kamat Date: Mon, 4 Mar 2013 08:35:42 +0000 (+0530) Subject: usb: phy: omap-usb3: Convert to devm_ioremap_resource() X-Git-Tag: v3.9-rc3~17^2~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=862421da0d82a3c35aa89e040a533f76d24c62c4;p=pandora-kernel.git usb: phy: omap-usb3: 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