linux-bl808/arch/mips/lantiq
Xiaoke Wang 34123208bb MIPS: lantiq: check the return value of kzalloc()
kzalloc() is a memory allocation function which can return NULL when
some internal memory errors happen. So it is better to check the
return value of it to prevent potential wrong memory access or
memory leak.

Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2022-03-30 20:25:48 +02:00
..
falcon MIPS: lantiq: check the return value of kzalloc() 2022-03-30 20:25:48 +02:00
xway MIPS: lantiq: check the return value of kzalloc() 2022-03-30 20:25:48 +02:00
clk.c mips: lantiq: add support for clk_set_parent() 2022-01-02 14:14:41 +01:00
clk.h
early_printk.c
irq.c mips: Bulk conversion to generic_handle_domain_irq() 2021-08-12 11:39:40 +01:00
Kconfig
Makefile
Platform
prom.c MIPS: Remove redundant definitions of device_tree_init() 2022-03-14 15:09:02 +01:00
prom.h