]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/mm: Cleanup fault error handling
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 23 Oct 2024 17:36:40 +0000 (19:36 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 29 Oct 2024 10:49:19 +0000 (11:49 +0100)
commita5600f05d3d7a80be23a8905fdc128abd586c786
tree95dfcb5645fdfc8593879ca60712d9a9aec33d81
parent57d1da4fd87031de8e8f02a707e961014c4d983e
s390/mm: Cleanup fault error handling

Combine the two VM_FAULT_ERROR checks in do_exception() and move them
to the exit path, similar to x86. Also remove a random blank line.

Suggested-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Reviewed-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/mm/fault.c