acrn-kernel/arch/mips/lantiq/xway
Liang He 7669559271 mips: lantiq: xway: Fix refcount leak bug in sysctrl
In ltq_soc_init(), of_find_compatible_node() will return a node
pointer with refcount incremented. We should use of_node_put() when
it is not used anymore.

Signed-off-by: Liang He <windhl@126.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2022-06-21 17:04:30 +02:00
..
Makefile
clk.c
dcdc.c
dma.c MIPS: lantiq: dma: make the burst length configurable by the drivers 2021-09-15 11:02:01 +01:00
gptu.c MIPS: lantiq: check the return value of kzalloc() 2022-03-30 20:25:48 +02:00
prom.c
sysctrl.c mips: lantiq: xway: Fix refcount leak bug in sysctrl 2022-06-21 17:04:30 +02:00
vmmc.c