aboutsummaryrefslogtreecommitdiff
path: root/cmd/led.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-10 15:20:13 -0400
committerTom Rini <trini@konsulko.com>2017-05-12 08:37:38 -0400
commit9398b8ce5ff619be2b913a44f0b4705d444b1a19 (patch)
tree22fe449b773b0ba77f526ecb7050ddfef705fef1 /cmd/led.c
parentb37483c42e2717300e55c83347aa83c042db5d9b (diff)
downloadu-boot-9398b8ce5ff619be2b913a44f0b4705d444b1a19.zip
u-boot-9398b8ce5ff619be2b913a44f0b4705d444b1a19.tar.gz
u-boot-9398b8ce5ff619be2b913a44f0b4705d444b1a19.tar.bz2
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>
Diffstat (limited to 'cmd/led.c')
0 files changed, 0 insertions, 0 deletions