On Fri, May 16, 2025 at 04:18:13PM +0800, hongao wrote:
> Replace the direct use of magic number '0' with the DRM_FORCE_UNSPECIFIED
> macro to improve code readability.
>
> Signed-off-by: hongao
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
Replace the direct use of magic number '0' with the DRM_FORCE_UNSPECIFIED
macro to improve code readability.
Signed-off-by: hongao
diff --git a/drivers/gpu/drm/drm_sysfs.c b/drivers/gpu/drm/drm_sysfs.c
index 60c1f26edb6f..e9e67ef0904d 100644
--- a/drivers/gpu/drm/drm_sysfs.c
+++ b/drivers/gpu/dr