mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
Fix the return value of the function to match common convention where 0 means success and negative means error. Fix the return values in case of an error to use errno.h codes. Signed-off-by: Marek Vasut <marex@denx.de>