]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource()
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 20 Mar 2013 04:06:53 +0000 (15:06 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:27:14 +0000 (16:27 +1100)
commitf1eb22b0c6a6a1773b5a4b2335a97a3d4275926f
treed728bd829d5aea5bf48d2eeddb04d9d75128442f
parent232f5538bbf78c785b692adf0ee007eb763aa4b6
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 <sachin.kamat@linaro.org>
Cc: Donghwa Lee <dh09.lee@samsung.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/exynos/exynos_mipi_dsi.c