s390/vmcp: use page_to_virt instead of page_to_phys
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 25 Nov 2021 18:30:07 +0000 (19:30 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 6 Dec 2021 13:42:25 +0000 (14:42 +0100)
commit97aa7468f697383e0ed5babd1168aaed8a660dc0
tree6cfd80a84090a9d9a12ba30ab6385613e6a99d78
parenta60bffe536f90834ddedc0ed4ddf81af943eb061
s390/vmcp: use page_to_virt instead of page_to_phys

Fix wrong usage of page_to_phys/phys_to_page.

Note: this currently doesn't fix a real bug, since virtual addresses
are indentical to physical ones.

Acked-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/char/vmcp.c