spl: Drop a duplicate variable in boot_from_devices()
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2024 17:24:06 +0000 (10:24 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 12 Dec 2024 22:35:24 +0000 (16:35 -0600)
commitfe13e33ddbc95738c51a287934094829eb986763
treecadbec0dfe15d14fc941e8cf5ba6a98c96c4bd4e
parent290d0cf0c06e128a7f7d948fd54f0b22ee95aa62
spl: Drop a duplicate variable in boot_from_devices()

The variable 'ret' is defined twice, which is not intended. This may
have been a local merge error.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 2eefeb6d893 ("spl: Report a loader failure")
common/spl/spl.c