]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/gma500: Fix error return code in psb_driver_load()
authorJialin Zhang <zhangjialin11@huawei.com>
Mon, 30 Nov 2020 02:02:16 +0000 (10:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Mar 2021 17:22:40 +0000 (18:22 +0100)
commitc277783f3b2d039c440fc8ed73880346d5a2a1b9
tree2be263297d014d3e7d5cdc3ec6b2d51b66bc1613
parent3c7af54224869d962d6e65fb9806f6bb29e4f5b4
drm/gma500: Fix error return code in psb_driver_load()

[ Upstream commit 6926872ae24452d4f2176a3ba2dee659497de2c4 ]

Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: 5c49fd3aa0ab ("gma500: Add the core DRM files and headers")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201130020216.1906141-1-zhangjialin11@huawei.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/gma500/psb_drv.c