On Tue, Sep 7, 2021 at 3:33 PM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > The concern here is that "ret" can be uninitialized if we hit the > "goto next" condition on every iteration through the loop. > > Fixes: 41ba1b5f9d4b ("vdpa: Support transferring virtual addressing during DMA mapping") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > drivers/vhost/vdpa.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Xie Yongji <xieyongji@xxxxxxxxxxxxx>