]> www.infradead.org Git - users/jedix/linux-maple.git/commit
optee: Use bitmap_free() to free bitmap
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 26 Dec 2021 14:32:45 +0000 (15:32 +0100)
committerJens Wiklander <jens.wiklander@linaro.org>
Mon, 24 Jan 2022 11:53:34 +0000 (12:53 +0100)
commit9decff5f403f9a48f639736ec0271e2870cadbb6
tree2e90f0606bc20aa912914dab4db251274d8bdcde
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
optee: Use bitmap_free() to free bitmap

kfree() and bitmap_free() are the same. But using the latter is more
consistent when freeing memory allocated with bitmap_zalloc().

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
drivers/tee/optee/notif.c