1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 10:49:13 +01:00
Files
u-boot-megous/cmd/io.c
Tom Rini 9398b8ce5f cmd/io.c: Fix comparison of unsigned expression warning
The function cmd_get_data_size() returns an int and not unsigned.  So we
should assign it to an int rather than unsigned so that we can later
compare the return value.  Reported by clang-3.8.

Signed-off-by: Tom Rini <trini@konsulko.com>
2017-05-12 08:37:38 -04:00

1.3 KiB