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>
Showing
- drivers/video/exynos/exynos_dp_core.c 3 additions, 5 deletionsdrivers/video/exynos/exynos_dp_core.c
- drivers/video/jz4740_fb.c 3 additions, 3 deletionsdrivers/video/jz4740_fb.c
- drivers/video/omap2/dss/hdmi.c 3 additions, 5 deletionsdrivers/video/omap2/dss/hdmi.c
- drivers/video/omap2/vrfb.c 4 additions, 5 deletionsdrivers/video/omap2/vrfb.c
- drivers/video/s3c-fb.c 3 additions, 4 deletionsdrivers/video/s3c-fb.c
Loading
Please register or sign in to comment