From: Sachin Kamat Date: Mon, 4 Mar 2013 08:15:20 +0000 (-0300) Subject: [media] soc_camera/sh_mobile_ceu_camera: Convert to devm_ioremap_resource() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~396 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a0934201780f7a95d9fa3b910e19bf89ab25d5;p=pandora-kernel.git [media] soc_camera/sh_mobile_ceu_camera: 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: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed