]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/radeon: fix error handling in radeon_driver_open_kms
authorChristian König <christian.koenig@amd.com>
Mon, 17 Jan 2022 09:31:26 +0000 (10:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 08:19:51 +0000 (09:19 +0100)
commit227afbfe47b505a56e34f0fd8d288ce5bbab2032
treed867c2776b1ac761fb1513b4a28cc7679b810664
parentd820cb6365635243ef90e03851daabaa2f42651d
drm/radeon: fix error handling in radeon_driver_open_kms

commit 4722f463896cc0ef1a6f1c3cb2e171e949831249 upstream.

The return value was never initialized so the cleanup code executed when
it isn't even necessary.

Just add proper error handling.

Fixes: ab50cb9df889 ("drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_kms()")
Signed-off-by: Christian König <christian.koenig@amd.com>
Tested-by: Jan Stancek <jstancek@redhat.com>
Tested-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_kms.c