s390/vmur: fix virtual vs physical address confusion
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 25 Jan 2024 09:48:57 +0000 (10:48 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 9 Feb 2024 12:58:14 +0000 (13:58 +0100)
commit0ad92cbd5a55df4cf4610a9124b24e3f74b1ac50
treec2ccd76dfbfe2ffbad791caa5376df6871f1d4e6
parentfc17e992e1fdc5d2e3cf1049073aad0dd3933372
s390/vmur: fix virtual vs physical address confusion

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

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