]> git.ipfire.org Git - people/ms/u-boot.git/commit - lib/hashtable.c
hashtable: Fix compiler warning on 32-bit sandbox
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jul 2016 15:22:48 +0000 (09:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Jul 2016 16:05:55 +0000 (12:05 -0400)
commitc55d02b2aca9b477dcf4c81062cc8e301d8c89d8
tree26943fdb82b6f31090e90782deb29921ea75180e
parent5afb8d151f5249914152dfdc7919a3a46b6b6a76
hashtable: Fix compiler warning on 32-bit sandbox

This fixes a mismatch between the %zu format and the type used on sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
lib/hashtable.c