aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-03-16 18:54:18 +0000
committerEric Anholt <[email protected]>2017-03-17 23:44:14 +0000
commit7b34734816d5170f40329598390de22d0166e4e9 (patch)
treec5f6bb431a424aca2896dcf915f93cacc9d42ac2 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentdrm/vc4: use platform_register_drivers (diff)
downloadkernel-7b34734816d5170f40329598390de22d0166e4e9.tar.gz
kernel-7b34734816d5170f40329598390de22d0166e4e9.zip
drm: vc4: remove redundant check of plane being non-null
The pointer plane is always null on the error path at label 'fail' hence the check if it is non-null is redundant. We can therefore remove the check and the destruction of plane as well as the fail error path and instead just return an -ENOMEM ERR_PTR. Detected by CoverityScan, CID#1339532 ("Logically Dead Code") Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions