Home
last modified time | relevance | path

Searched hist:"9398 b8ce5ff619be2b913a44f0b4705d444b1a19" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dio.c9398b8ce5ff619be2b913a44f0b4705d444b1a19 Wed May 10 19:20:13 UTC 2017 Tom Rini <trini@konsulko.com> 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>