linux-kernel-test/arch/mips/lantiq
Hauke Mehrtens 6e80785267 MIPS: Lantiq: Fix check for return value of request_mem_region()
request_mem_region() returns a pointer and not an integer with an error
value. A check for "< 0" on a pointer will cause problems, replace it
with not null checks instead. This was found with sparse.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
Acked-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11395/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2015-11-11 08:37:34 +01:00
..
falcon MIPS: lantiq: add missing spi clock on falcon SoC 2014-11-24 07:45:18 +01:00
xway MIPS: Lantiq: Fix check for return value of request_mem_region() 2015-11-11 08:37:34 +01:00
clk.c MIPS: lantiq: add clk_round_rate() 2015-11-11 08:36:48 +01:00
clk.h MIPS: Lantiq: Add clock detection for grx390 and ar10 2015-11-11 08:37:09 +01:00
early_printk.c MIPS: lantiq: fix early printk 2012-05-15 17:49:22 +02:00
irq.c MIPS: Lantiq: Fix check for return value of request_mem_region() 2015-11-11 08:37:34 +01:00
Kconfig MIPS: Lantiq: Move device-trees to arch/mips/boot/dts/ 2014-09-22 13:35:49 +02:00
Makefile MIPS: Lantiq: Move device-trees to arch/mips/boot/dts/ 2014-09-22 13:35:49 +02:00
Platform MIPS: lantiq: implement support for FALCON soc 2012-05-21 14:31:55 +01:00
prom.c MIPS: mark prom_free_prom_memory() everywhere with __init 2015-04-01 17:21:58 +02:00
prom.h of/fdt: consolidate built-in dtb section variables 2014-04-30 00:59:13 -05:00