s390/mm,fault: remove not needed tsk variable
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 3 Jan 2024 12:15:13 +0000 (13:15 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 11 Jan 2024 17:22:58 +0000 (18:22 +0100)
commitd124e484691a737e174474d230dc6a4b385ba3db
tree2ed16879a7358aefb37d8f0c2dae56ffacbfa719
parent80df7d6af7f6d229b34cf237b2cc9024c07111cd
s390/mm,fault: remove not needed tsk variable

tsk is only used as an intermediate variable for current. Remove tsk
and use current directly instead at the only place where it is used.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/mm/fault.c