Files
linux/drivers/gpu/drm
RutingZhang bcdbd6f607 drm/amd/display: remove unnecessary braces to fix coding style
checkpatch complains that:

WARNING: braces {} are not necessary for single statement blocks
+                if (pool->base.irqs != NULL) {
+                        dal_irq_service_destroy(&pool->base.irqs);
+                }

Fixed it by removing unnecessary braces to fix the coding style issue.

Signed-off-by: RutingZhang <u202112078@hust.edu.cn>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-11-29 16:49:22 -05:00
..
2023-03-14 17:07:48 +01:00
2023-09-20 15:27:44 +02:00
2023-09-20 15:27:44 +02:00
2023-02-20 14:56:52 +01:00
2023-10-23 18:20:06 +10:00
2023-09-26 01:58:28 +02:00