s390/lcs: use new address translation helpers
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 7 Mar 2024 12:28:23 +0000 (13:28 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 13 Mar 2024 08:23:48 +0000 (09:23 +0100)
commit9608142a87b10f0a887d40b9fab4b04154997f43
tree81a4912732b6f9b13a84e9fe9c4568e0305f1bb1
parent525b7d2e1e7fb91992b64dcc4255f0221205e3ea
s390/lcs: 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/net/lcs.c