Closed ldonoso closed 2 years ago
Initialize variable ret to avoid the following warning:
ret
/libzbd/lib/zbd.c:625:9: error: variable 'ret' may be uninitialized when used here [-Werror,-Wconditional-uninitialized] return ret;
Looks good. But please add your Signed-off-by tag to the patch commit message.
Luis, thank you for your contribution!
Initialize variable
ret
to avoid the following warning: