16 Dec
2020
16 Dec
'20
1:26 p.m.
Hi Shengjiu,
On Wed, Dec 16, 2020 at 7:52 AM Shengjiu Wang shengjiu.wang@nxp.com wrote:
From: shengjiu wang shengjiu.wang@nxp.com
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 shengjiu.wang@nxp.com Reported-by: kernel test robot lkp@intel.com
Thanks for the fix.
This should have:
Fixes: 6a5f850aa83a ("ASoC: fsl: Add imx-hdmi machine driver")
Reviewed-by: Fabio Estevam festevam@gmail.com