Re: [PATCH v2] i2c: amd-asf: Fix uninitialized variables issue in amd_asf_process_target

From: Andi Shyti
Date: Tue Oct 01 2024 - 09:25:14 EST


Hi Qianqiang,

On Fri, Sep 27, 2024 at 09:34:44PM GMT, Qianqiang Liu wrote:
> The len variable is not initialized, which may cause the for loop to
> behave unexpectedly.
>
> Fixes: 20c3cc299218 ("i2c: amd-asf: Add routine to handle the ASF slave process")
> Signed-off-by: Qianqiang Liu <qianqiang.liu@xxxxxxx>

This patch is fixing a commit still in i2c/i2c-host.

Applied to i2c/i2c-host.

Thanks,
Andi