linux/drivers/gpu/drm/kmb
Zhen Lei 6fd8f323b3 drm/kmb: Fix error return code in kmb_hw_init()
When the call to platform_get_irq() to obtain the IRQ of the lcd fails, the
returned error code should be propagated. However, we currently do not
explicitly assign this error code to 'ret'. As a result, 0 was incorrectly
returned.

Fixes: 7f7b96a8a0 ("drm/kmb: Add support for KeemBay Display")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Anitha Chrisanthus <anitha.chrisanthus@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210513134639.6541-1-thunder.leizhen@huawei.com
2021-06-22 10:33:49 -07:00
..
Kconfig drm/Kconfig: rename keembay config 2020-11-13 14:53:34 +10:00
kmb_crtc.c drm/kmb: fix spelling mistakes in drm_info and drm_dbg messages 2020-11-11 22:00:05 +01:00
kmb_drv.c drm/kmb: Fix error return code in kmb_hw_init() 2021-06-22 10:33:49 -07:00
kmb_drv.h
kmb_dsi.c drm/kmb: Mipi DSI part of the display driver 2020-11-05 19:20:23 +01:00
kmb_dsi.h drm/kmb: Mipi DSI part of the display driver 2020-11-05 19:20:23 +01:00
kmb_plane.c drm: Use state helper instead of the plane state pointer 2021-02-25 08:05:28 +01:00
kmb_plane.h drm/kmb: Fix build warnings 2020-11-11 21:34:18 +01:00
kmb_regs.h
Makefile drm/kmb: Build files for KeemBay Display driver 2020-11-05 19:20:38 +01:00