Hi Shengjiu,
On Wed, Dec 16, 2020 at 7:52 AM Shengjiu Wang <[email protected]> wrote:
>
> From: shengjiu wang <[email protected]>
>
> When condition ((hdmi_out && hdmi_in) || (!hdmi_out && !hdmi_in))
> is true, then goto fail, the uninitialized variable ret will be
> returned.
>
> Signed-off-by: shengjiu wang <[email protected]>
> Reported-by: kernel test robot <[email protected]>
Thanks for the fix.
This should have:
Fixes: 6a5f850aa83a ("ASoC: fsl: Add imx-hdmi machine driver")
Reviewed-by: Fabio Estevam <[email protected]>