From: Sachin Kamat Date: Tue, 9 Apr 2013 10:46:37 +0000 (+0530) Subject: mfd: omap-usb-tll: Convert to devm_ioremap_resource() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651da3d4026ece555853694f51dbad566f113793;p=pandora-kernel.git mfd: omap-usb-tll: 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 Acked-by: Roger Quadros Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed