Re: [PATCH v7 01/30] drm/fb-helper: Remove unused local variable in hotplug_event()
From: Cristian Ciocaltea
Date: Fri Jun 12 2026 - 13:40:12 EST
Hi Thomas,
On 6/12/26 4:46 PM, Thomas Zimmermann wrote:
>
>
> Am 02.06.26 um 00:44 schrieb Cristian Ciocaltea:
>> Remove the 'err' local variable in drm_fb_helper_hotplug_event() which
>> only stores a return value that is never used beyond the immediate
>> return statement. This simplifies the code without behavior changes.
>>
>> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxxxxxx>
>
> Reviewed-by: Thomas Zimmermann <tzimmermann@xxxxxxx>
>
> But why is this patch hidden in this series? It has nothing to do with HDMI support.
I came across this while investigating some issues with the HPD-related changes
in the series (was part of the call path).
Should I send the patch separately, or can it be picked up directly?
Thanks for reviewing,
Cristian