mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 08:21:27 +01:00
Smatch reported an issue with a test that was always true in that an unsigned variable will always be >= to zero. This led to a closer look at the code which showed that some static functions returned values that were always discarded so make those functions return void. Also make the passing of block counts in those functions always use lbaint_t. Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org> Reviewed-by: Stefan Roese <stefan.roese@mailbox.org>