Re: [PATCH 2/4] lib/hashtable.c: create helper for calling env_entry::callback

2020-04-24 Thread Tom Rini
On Thu, Feb 27, 2020 at 01:56:11PM +, Rasmus Villemoes wrote: > 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 > Reviewed-by: Simon Glass Applied to

Re: [PATCH 2/4] lib/hashtable.c: create helper for calling env_entry::callback

2020-02-27 Thread Simon Glass
On Thu, 27 Feb 2020 at 05:56, Rasmus Villemoes wrote: > > 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 > --- > lib/hashtable.c | 23 +++ > 1

[PATCH 2/4] lib/hashtable.c: create helper for calling env_entry::callback

2020-02-27 Thread Rasmus Villemoes
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 --- lib/hashtable.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git