]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390: remove superfluous memblock_alloc() return value checks
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 15 Jan 2016 13:52:59 +0000 (14:52 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 19 Jan 2016 11:14:02 +0000 (12:14 +0100)
commitcd17e153af499c74d7e347c8ad7eab273f55f20b
tree3a6a3a539f5e8cb9794920cbe68eb9b4abb9224c
parentef1f7fd7eba19eb64fc424355eb9d4e49ca06fb1
s390: remove superfluous memblock_alloc() return value checks

memblock_alloc() and memblock_alloc_base() will panic on their own if
they can't find free memory. Therefore remove some pointless checks.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/crash_dump.c
arch/s390/kernel/smp.c
arch/s390/numa/numa.c