On Wed, Jul 23, 2025 at 3:00 PM Fabio Estevam <feste...@gmail.com> wrote: > > From: Ye Li <ye...@nxp.com> > > The 'overhead' variable is uninitialized and actually shall not be used. > Delete it to fix coverity CID 37041718 - Uninitialized scalar variable. > > Fixes: 73c40fcb7367 ("spl: Refactor spl_load_info->read to use units of > bytes") > Reported-by: Andrew Goodbody <andrew.goodb...@linaro.org> > Signed-off-by: Ye Li <ye...@nxp.com> > Reviewed-by: Peng Fan <peng....@nxp.com> > Signed-off-by: Fabio Estevam <feste...@gmail.com>
Applied, thanks.