linux-stable/arch/mips/lantiq/xway
Arnd Bergmann 98ea51cb0c MIPS: Lantiq: Fix another request_mem_region() return code check
Hauke already fixed a couple of them, but one instance remains
that checks for a negative integer when it should check
for a NULL pointer:

arch/mips/lantiq/xway/sysctrl.c: In function 'ltq_soc_init':
arch/mips/lantiq/xway/sysctrl.c:473:19: error: ordered comparison of pointer with integer zero [-Werror=extra]

Fixes: 6e80785267 ("MIPS: Lantiq: Fix check for return value of request_mem_region()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: John Crispin <john@phrozen.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/15043/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2017-01-25 02:51:10 +01:00
..
clk.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
dcdc.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
dma.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
gptu.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
Makefile MIPS: lantiq: handle vmmc memory reservation 2014-11-24 07:45:17 +01:00
prom.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
reset.c MIPS: Change my email address 2016-05-13 14:02:18 +02:00
sysctrl.c MIPS: Lantiq: Fix another request_mem_region() return code check 2017-01-25 02:51:10 +01:00
vmmc.c MIPS: Lantiq: Make vmmc explicitly non-modular 2016-10-04 16:13:57 +02:00
xrx200_phy_fw.c MIPS: Lantiq: Make xrx200_phy_fw explicitly non-modular 2016-10-04 16:13:57 +02:00