s390/qeth: use new address translation helpers
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 7 Mar 2024 12:28:22 +0000 (13:28 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 13 Mar 2024 08:23:48 +0000 (09:23 +0100)
commit525b7d2e1e7fb91992b64dcc4255f0221205e3ea
treeb84d14b515f755800c3986128196e2a4587d4ce8
parenta8b576d19f9bb14114d7f1c4d8ff78abd336bce3
s390/qeth: use new address translation helpers

Use virt_to_dma64() 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/net/qeth_core_main.c