mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
If fat_sect_size = 0 and nr_sect = 0, the value of ret is never initialized. A random return value is returned. Initialize ret to 0. Addresses-Coverity-ID: - 645495 Uninitialized scalar variable Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>