]> git.baikalelectronics.ru Git - kernel.git/commit
soc: fsl: qe: make cpm_muram_free() return void
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 28 Nov 2019 14:55:41 +0000 (15:55 +0100)
committerLi Yang <leoyang.li@nxp.com>
Mon, 9 Dec 2019 19:54:36 +0000 (13:54 -0600)
commit649a4b7deb0d1e49908136511730c21d65c999e4
tree386d70d817edad8a632af3a23843f0757f75873a
parent050d297cfaa0b1a39747d074f16c816d00704f02
soc: fsl: qe: make cpm_muram_free() return void

Nobody uses the return value from cpm_muram_free, and functions that
free resources usually return void. One could imagine a use for a "how
much have I allocated" a la ksize(), but knowing how much one had
access to after the fact is useless.

Reviewed-by: Timur Tabi <timur@kernel.org>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/qe/qe_common.c
include/soc/fsl/qe/qe.h