Re: [PATCH] drm/edid: Clean up errors in drm_edid.h

2024-01-11 Thread Jani Nikula
On Thu, 11 Jan 2024, Jani Nikula wrote: > On Thu, 11 Jan 2024, chenxuebing wrote: >> Fix the following errors reported by checkpatch: >> >> ERROR: do not use assignment in if condition >> >> Signed-off-by: chenxuebing > > Reviewed-by: Jani Nikula And pushed to drm-misc-next, thanks for the

Re: [PATCH] drm/edid: Clean up errors in drm_edid.h

2024-01-11 Thread Jani Nikula
On Thu, 11 Jan 2024, chenxuebing wrote: > Fix the following errors reported by checkpatch: > > ERROR: do not use assignment in if condition > > Signed-off-by: chenxuebing Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/drm_edid.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >

[PATCH] drm/edid: Clean up errors in drm_edid.h

2024-01-11 Thread chenxuebing
Fix the following errors reported by checkpatch: ERROR: do not use assignment in if condition Signed-off-by: chenxuebing --- drivers/gpu/drm/drm_edid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index