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

From: Adam Ford
Date: Wed Feb 07 2024 - 07:00:58 EST


On Wed, Feb 7, 2024 at 3:24 AM Neil Armstrong <neil.armstrong@xxxxxxxxxx> wrote:
>
> On 07/02/2024 10:22, Fabio Estevam wrote:
> > 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:
> >
Sorry about .that

> > Reported-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> >
> > Thanks
>
> Fixed while applying,

Thank you!

adam
>
> Thanks,
> Neil