diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-06-07 11:01:46 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-06-08 20:32:02 +0200 |
commit | a6958951ebe7db60e84b2437ee53aa4843028726 (patch) | |
tree | 465057cb6a8975b61356e083546e4faa62f7d226 /MAINTAINERS | |
parent | ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg (diff) | |
download | linux-a6958951ebe7db60e84b2437ee53aa4843028726.tar.xz linux-a6958951ebe7db60e84b2437ee53aa4843028726.zip |
au1000_eth: stop using virt_to_bus()
The conversion to the dma-mapping API in linux-2.6.11 was incomplete
and left a virt_to_bus() call around. There have been a number of
fixes for DMA mapping API abuse in this driver, but this one always
slipped through.
Change it to just use the existing dma_addr_t pointer, and make it
use the correct types throughout the driver to make it easier to
understand the virtual vs dma address spaces.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Manuel Lauss <manuel.lauss@gmail.com>
Link: https://lore.kernel.org/r/20220607090206.19830-1-arnd@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions