aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_submitqueue.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-11-12 18:22:18 +0000
committerRob Clark <[email protected]>2025-01-03 15:20:28 +0000
commit19dbdbfb747ad7afed88dc7661697744ce192d3b (patch)
treef33ea402778e76c5878750420641687e18936dad /drivers/gpu/drm/msm/msm_submitqueue.c
parentdrm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit() (diff)
downloadkernel-19dbdbfb747ad7afed88dc7661697744ce192d3b.tar.gz
kernel-19dbdbfb747ad7afed88dc7661697744ce192d3b.zip
drm/msm/a5xx: remove null pointer check on pdev
The call chain on a5xx_gpu_init is such that pdev is not going to be null, so the null check on pdev can be removed. This also cleans up a static analysis warning where pdev is dereferenced before the null check which cannot actually occur. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Akhil P Oommen <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/624180/ Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/msm/msm_submitqueue.c')
0 files changed, 0 insertions, 0 deletions