RE: [PATCH 1/2] drm/amdgpu: ensure the connector is not null before using it

2024-08-14 Thread Zhang, Jesse(Jie)
; Huang, Tim Subject: [PATCH 1/2] drm/amdgpu: ensure the connector is not null before using it This resolves the dereference null return value warning reported by Coverity. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 1/2] drm/amdgpu: ensure the connector is not null before using it

2024-08-09 Thread Tim Huang
This resolves the dereference null return value warning reported by Coverity. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c b/drivers/gpu/drm/amd/amdgpu/amd