On Fri, 17 Apr 2020 at 17:49, Colin King <colin.king@xxxxxxxxxxxxx> wrote: > > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Currently the error return value in variable ret is not being initialized > and so a successful return path is returning a garbage value. Since ret > is not being used the simple fix is just return 0 on a successful return. > > Addresses-Coverity: ("Uninitialized scalar variable") > Fixes: f73e66a36772 ("sdhci: arasan: Add support for Versal Tap Delays") > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Thanks for the patch, but this time I have already applied [1] an earlier fix for it. Kind regards Uffe [...] [1] https://patchwork.kernel.org/patch/11493633/