Re: [PATCH 1/6] drm/ast: Remove redundant else in atomic_check

2025-02-25 Thread Aditya Garg
> On 25 Feb 2025, at 5:19 PM, Thomas Zimmermann wrote: > > Hi > >> Am 25.02.25 um 12:06 schrieb Aditya Garg: >> From: Aditya Garg >> >> Remove the redundant else statement from atomic_check since the previous if >> statement was returning if true. >> >> Signed-off-by: Aditya Garg >> --- >

Re: [PATCH 1/6] drm/ast: Remove redundant else in atomic_check

2025-02-25 Thread Thomas Zimmermann
Hi Am 25.02.25 um 12:06 schrieb Aditya Garg: From: Aditya Garg Remove the redundant else statement from atomic_check since the previous if statement was returning if true. Signed-off-by: Aditya Garg --- drivers/gpu/drm/ast/ast_mode.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions

[PATCH 1/6] drm/ast: Remove redundant else in atomic_check

2025-02-25 Thread Aditya Garg
From: Aditya Garg Remove the redundant else statement from atomic_check since the previous if statement was returning if true. Signed-off-by: Aditya Garg --- drivers/gpu/drm/ast/ast_mode.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/ast/ast_mode.c b