linux-stable/drivers/gpu/drm/vc4
Zhen Lei ca0b0c1f4a
drm/vc4: Remove redundant error printing in vc4_ioremap_regs()
When devm_ioremap_resource() fails, a clear enough error message will be
printed by its subfunction __devm_ioremap_resource(). The error
information contains the device name, failure cause, and possibly resource
information.

Therefore, remove the error printing here to simplify code and reduce the
binary size.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20210511092923.4617-1-thunder.leizhen@huawei.com
2021-05-11 16:34:15 +02:00
..
Kconfig
Makefile
vc4_bo.c drm/vc4: Initialize vc4_drm_driver with CMA helper defaults 2021-01-15 10:39:05 +01:00
vc4_crtc.c drm/vc4: crtc: Reduce PV fifo threshold on hvs4 2021-04-08 14:55:02 +02:00
vc4_debugfs.c
vc4_dpi.c
vc4_drv.c drm/vc4: Remove redundant error printing in vc4_ioremap_regs() 2021-05-11 16:34:15 +02:00
vc4_drv.h drm/vc4: fix argument ordering in vc4_crtc_get_margins() 2021-04-29 12:18:54 +02:00
vc4_dsi.c
vc4_fence.c
vc4_gem.c drm/vc4: remove unneeded variable: "ret" 2021-02-09 17:16:57 +01:00
vc4_hdmi.c drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe 2021-05-07 17:14:59 +02:00
vc4_hdmi.h drm/vc4: Add HDR metadata property to the VC5 HDMI connectors 2021-05-07 17:14:59 +02:00
vc4_hdmi_phy.c drm/vc4: hdmi: Use the connector state pixel rate for the PHY 2020-12-16 10:11:48 +01:00
vc4_hdmi_regs.h drm/vc4: hdmi: Fix up CEC registers 2021-02-09 17:14:10 +01:00
vc4_hvs.c drm pull for 5.12-rc1 2021-02-21 14:44:44 -08:00
vc4_irq.c
vc4_kms.c drm/vc4: Don't set allow_fb_modifiers explicitly 2021-04-15 13:35:15 +02:00
vc4_packet.h
vc4_perfmon.c
vc4_plane.c Merge drm/drm-fixes into drm-next 2021-04-13 23:15:09 +02:00
vc4_qpu_defines.h
vc4_regs.h
vc4_render_cl.c
vc4_trace.h
vc4_trace_points.c
vc4_txp.c drm/vc4: hvs: Align the HVS atomic hooks to the new API 2020-12-16 10:11:16 +01:00
vc4_v3d.c
vc4_validate.c
vc4_validate_shaders.c
vc4_vec.c