commit | 76a160ba3818a5c148a39f25c0716922cbd21cf5 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Nov 14 14:58:45 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 15 16:20:36 2018 -0500 |
tree | 9b8b948351adadc2c2cd79ae693efea9a5c86817 | |
parent | 42cfd4ff264f8487478cb13a47567406f3deae6c [diff] |
i2s_handlers: fix incorrect k_mem_slab_free arg The API wants a pointer to the memory block pointer for some reason (even though it's unnecessary to the implementation). Compiler won't warn if a void * is passed instead of a void **. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>