Skip to content
Commit 49a122ae authored by Zhen Lei's avatar Zhen Lei Committed by Sasha Levin
Browse files

drm/kmb: Fix error return code in kmb_hw_init()

[ Upstream commit 6fd8f323 ]

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: 7f7b96a8

 ("drm/kmb: Add support for KeemBay Display")
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarZhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: default avatarAnitha Chrisanthus <anitha.chrisanthus@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210513134639.6541-1-thunder.leizhen@huawei.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a8faa6a1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment