From: Sachin Kamat Date: Mon, 29 Apr 2013 22:05:43 +0000 (-0700) Subject: drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~128^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6637eca322e912bf4e272ab33447bdafea2658e8;p=pandora-kernel.git drivers/video/exynos/exynos_mipi_dsi.c: 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 Cc: Donghwa Lee Cc: Florian Tobias Schandinat Reviewed-by: Thierry Reding Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed