]> git.baikalelectronics.ru Git - kernel.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)
commitb8e87504a3923e25380a5180cfa76ec79e17eee3
tree3a6a3a539f5e8cb9794920cbe68eb9b4abb9224c
parent9cab9eb796ee8d8f47dda3a562a75f3f4cd5cbc9
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