> 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
>> ---
>
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
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