From: Sachin Kamat Date: Tue, 26 Mar 2013 09:14:03 +0000 (+0530) Subject: usb: phy: samsung: convert to devm_ioremap_resource() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4362b1dd7262e3c81f295154b601065f8810186;p=pandora-kernel.git usb: phy: samsung: 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. Signed-off-by: Sachin Kamat Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed