1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/drivers
Tom Rini 758979101d gpio-uclass.c: Fix comparison of unsigned expression warning
We declare that gpio_base (which is the base for counting gpios, not an
address) is unsigned.  Therefore the comparison with >= 0 is always
true.  As the desire is to allow for this base number to be 0, we can
just drop this check.  Reported by clang-3.8.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-05-12 08:37:39 -04:00
..
2017-04-05 13:52:01 -04:00
2017-05-12 08:37:09 -04:00
2017-05-10 16:16:09 +02:00
2017-05-12 08:37:18 -04:00
2017-05-09 16:11:36 -04:00
2017-05-10 16:16:09 +02:00
2017-05-08 11:57:28 -04:00
2017-05-11 22:21:27 -04:00