commit | 40866957229537f925409e1f117608e5150d085c | [log] [tgz] |
---|---|---|
author | Alexander Dahl <ada@thorsis.com> | Wed Jul 03 12:12:57 2024 +0200 |
committer | Heiko Schocher <hs@denx.de> | Sat Aug 10 11:54:20 2024 +0200 |
tree | d3573910a16148a80678820083b680debe2f8bde | |
parent | 68e2da59cd291827745f34b69ba75d6c1e8753c9 [diff] |
fs: ubifs: Make k(z)alloc/kfree symmetric Although kfree() is in fact only a slim wrapper to free() in U-Boot, use kfree() here, because those structs where allocated with kalloc() or kzalloc(). Signed-off-by: Alexander Dahl <ada@thorsis.com>