s390/vmur: use new address translation helpers
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 7 Mar 2024 12:28:17 +0000 (13:28 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 13 Mar 2024 08:23:47 +0000 (09:23 +0100)
commitf86976367518413c316a378da53cb5231a372c56
tree323f0e7cbd3486c5308eabb7f7e05bf5f840c2ae
parent850ae345cc3b856df83a53c94834208f5bac7774
s390/vmur: use new address translation helpers

Use virt_to_dma32() and friends to properly convert virtual to physical and
physical to virtual addresses so that "make C=1" does not generate any
warnings anymore.

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