diff options
author | Pan Bian <bianpan2016@163.com> | 2017-10-29 13:40:02 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-01-17 21:48:02 +0100 |
commit | af7bcee27652bbf2502207500ad200763707a160 (patch) | |
tree | 81f452fe45c80f9fda5b74ece6aff70d33e2700f /Makefile | |
parent | ubi: Fix race condition between ubi volume creation and udev (diff) | |
download | linux-af7bcee27652bbf2502207500ad200763707a160.tar.xz linux-af7bcee27652bbf2502207500ad200763707a160.zip |
ubi: fastmap: Use kmem_cache_free to deallocate memory
Memory allocated by kmem_cache_alloc() should not be deallocated with
kfree(). Use kmem_cache_free() instead.
Signed-off-by: Pan Bian <bianpan2016@163.com>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions