video: Convert to devm_ioremap_resource()
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 21 Jan 2013 10:09:23 +0000 (11:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2013 19:41:58 +0000 (11:41 -0800)
commitbc3bad166ca6b9683e7990a028073860954e67fc
treeb9ea09818dd34ee2e9720e04fe14d4d6038ae0d7
parent148e11349b0c9c7199fd3096254bd3ea16d59a05
video: Convert to devm_ioremap_resource()

Convert all uses of devm_request_and_ioremap() to the newly introduced
devm_ioremap_resource() 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: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/exynos/exynos_dp_core.c
drivers/video/jz4740_fb.c
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/vrfb.c
drivers/video/s3c-fb.c
This page took 0.026607 seconds and 5 git commands to generate.