OSDN Git Service

drm/aperture: Fix missing unlock on error in devm_aperture_acquire()
authorZou Wei <zou_wei@huawei.com>
Thu, 13 May 2021 08:46:04 +0000 (16:46 +0800)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 13 May 2021 13:06:32 +0000 (15:06 +0200)
commit858aa5a4be22368f8d0e8ace7dc0b5ffb62bbdbc
treeaa32b8374cb0b7cdabaf91a55373058787326555
parentd84680d359378a79664fa840cd144ba0f715968d
drm/aperture: Fix missing unlock on error in devm_aperture_acquire()

Add the missing unlock before return from function devm_aperture_acquire()
in the error handling case.

Signed-off-by: Zou Wei <zou_wei@huawei.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: 730e7992dc1b ("drm/aperture: Add infrastructure for aperture ownership")
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Maxime Ripard <maxime@cerno.tech>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Link: https://patchwork.freedesktop.org/patch/msgid/1620895564-52367-1-git-send-email-zou_wei@huawei.com
drivers/gpu/drm/drm_aperture.c