mirror of
https://xff.cz/git/u-boot/
synced 2026-01-25 11:25:21 +01:00
psu_init() returns int which wasn't declared and checked. The patch is fixing function declarations and code to handle return values properly. Signed-off-by: Michal Simek <michal.simek@xilinx.com>