commit | 2bd84a7e1680e63e20d4314066a3a8f560b3da62 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Thu Feb 27 13:56:11 2020 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 24 10:09:59 2020 -0400 |
tree | 5bce2788af9f67b8854f78bcb74931b1b99e6fce | |
parent | a664870b28ec7038dded3fcdb8120fb19235692b [diff] |
lib/hashtable.c: create helper for calling env_entry::callback This is preparation for compiling out the "call the callback" code and associated error handling for SPL, where ->callback is always NULL. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Simon Glass <sjg@chromium.org>