linux_dsm_epyc7002/drivers/soc/fsl/qe
Rasmus Villemoes 754f40e097 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>
2019-12-09 13:54:36 -06:00
..
gpio.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qe_common.c soc: fsl: qe: make cpm_muram_free() return void 2019-12-09 13:54:36 -06:00
qe_ic.c soc: fsl: qe: merge qe_ic.h headers into qe_ic.c 2019-12-09 13:54:33 -06:00
qe_io.c soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init() 2019-12-09 13:54:33 -06:00
qe_tdm.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
qe.c soc: fsl: qe: qe.c: use of_property_read_* helpers 2019-12-09 13:54:33 -06:00
ucc_fast.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
ucc_slow.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
ucc.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
usb.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00