From: Sachin Kamat Date: Mon, 4 Mar 2013 08:35:41 +0000 (+0530) Subject: usb: phy: samsung: Convert to devm_ioremap_resource() X-Git-Tag: v3.9-rc3~17^2~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40070410329fb704aedf9451732ffb92a3fe39f;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. Reviewed-by: Thierry Reding Signed-off-by: Sachin Kamat Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed