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

Add missing virt_to_phys() translation to __hypfs_sprp_diag304().
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_sprp.c