s390/hypfs_diag0c: fix virtual vs physical address confusion
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 17 Jan 2024 14:35:17 +0000 (15:35 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 9 Feb 2024 12:58:13 +0000 (13:58 +0100)
commite98eda926b5d855a9513dcf742107d1e22d1089c
treeebe86aa05124ebd3a3adeff4514756621ed42032
parent49c372ae74b7c184b5aaedc3497735859f4c7d8e
s390/hypfs_diag0c: fix virtual vs physical address confusion

Add missing virt_to_phys() translation to diag0c(). This doesn't fix a
bug since virtual and physical addresses are currently the same.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/hypfs/hypfs_diag0c.c
arch/s390/include/asm/diag.h
arch/s390/kernel/diag.c
arch/s390/kernel/text_amode31.S