Re: [PATCH 1/5] drm/meson: drop unused staitc dw_hdmi_dwc_write_bits
From: Martin Blumenstingl
Date: Sun Sep 15 2024 - 15:34:52 EST
On Sun, Sep 8, 2024 at 4:21 PM Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxx> wrote:
>
> static inline dw_hdmi_dwc_write_bits() function is not used at all:
>
> drivers/gpu/drm/meson/meson_dw_hdmi.c:276:20: error: unused function 'dw_hdmi_dwc_write_bits' [-Werror,-Wunused-function]
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>
maybe s/staitc/static/ can be applied to $SUBJECT when applying this patch
Best regards,
Martin