Re: [PATCH] drm/simpledrm: Fix power domain device link validity check

2023-10-12 Thread Thomas Zimmermann
Hi Am 11.10.23 um 16:32 schrieb Thierry Reding: From: Thierry Reding We need to check if a link is non-NULL before trying to delete it. Signed-off-by: Thierry Reding Reviewed-by: Thomas Zimmermann I'm going to merge the patch into drm-misc-next with the additional Fixes tag Fixes: 61d

[PATCH] drm/simpledrm: Fix power domain device link validity check

2023-10-11 Thread Thierry Reding
From: Thierry Reding We need to check if a link is non-NULL before trying to delete it. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tiny/simpledrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tiny/simpledrm.c b/drivers/gpu/drm/tiny/simpledrm.c ind