Re: [PATCH] i2c: amd-asf: Fix uninitialized variables issue in amd_asf_process_target
From: Dan Carpenter
Date: Fri Sep 27 2024 - 06:32:51 EST
On Thu, Sep 26, 2024 at 11:13:48PM +0800, Qianqiang Liu wrote:
> The len variable is not initialized, which may cause the for loop to
> behave unexpectedly.
>
> Signed-off-by: Qianqiang Liu <qianqiang.liu@xxxxxxx>
You forgot the Fixes tag.
Fixes: 20c3cc299218 ("i2c: amd-asf: Add routine to handle the ASF slave process")
regards,
dan carpenter