]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: ubifs: Make k(z)alloc/kfree symmetric
authorAlexander Dahl <ada@thorsis.com>
Wed, 3 Jul 2024 10:12:57 +0000 (12:12 +0200)
committerHeiko Schocher <hs@denx.de>
Sat, 10 Aug 2024 09:54:20 +0000 (11:54 +0200)
commit0989033d0968878bd8f5d42d4f507dc9a806cfe4
treed3573910a16148a80678820083b680debe2f8bde
parent573dae50f5fe2c84ff8329bd8dbf54d234952579
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>
fs/ubifs/super.c