]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/nmi: Remove duplicate get_lowcore() calls
authorSven Schnelle <svens@linux.ibm.com>
Mon, 10 Jun 2024 11:45:28 +0000 (13:45 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Jun 2024 15:01:33 +0000 (17:01 +0200)
commitd7c3ebc49eb72e9c8142fed49e9c9ec21815810c
treeecd3836f05107de54a9c7b40d50fc632d6da4944
parentbbf786061dbe38135b76f2cde9e72aec624eb710
s390/nmi: Remove duplicate get_lowcore() calls

Assign the output from get_lowcore() to a local variable,
so the code is easier to read.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/nmi.c