]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/lgr: Add init check to lgr_info_log()
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Fri, 20 Jul 2012 09:15:01 +0000 (11:15 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 20 Jul 2012 09:15:01 +0000 (11:15 +0200)
commit2b7547578b9fdf811072cfc0c3594eb370e7d219
tree5c14ba9e87c19db2d644a91aec127307afe7385b
parent50bb1f761e420776a4d10798babfc76793d4056c
s390/lgr: Add init check to lgr_info_log()

If lgr has not been initialized, the lgr_info_log() function currently
crashes because 'lgr_page' is not allocated. To fix this 'lgr_page'
is allocated statically now.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/lgr.c