Re: [PATCH] drm/bridge: imx8mp-hdmi-pvi: Fix build warnings

From: Fabio Estevam
Date: Wed Feb 07 2024 - 04:22:38 EST


Hi Adam,

On Tue, Feb 6, 2024 at 9:23 PM Adam Ford <aford173@xxxxxxxxx> wrote:
>
> Two separate build warnings were reported. One from an
> uninitialized variable, and the other from returning 0
> instead of NULL from a pointer.
>
> Fixes: 059c53e877ca ("drm/bridge: imx: add driver for HDMI TX Parallel Video Interface")
> Reported-by: nathan@xxxxxxxxxx

The Reported-by line format can be improved:

Reported-by: Nathan Chancellor <nathan@xxxxxxxxxx>

Thanks