mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
The variable ret was added but never set as we did not make calls to
other functions that we needed to check the return value on.
Fixes: 505cf4750a
("power: change from meaningless value to error number")
Signed-off-by: Tom Rini <trini@konsulko.com>