[PATCH for-next 0/1] net: ntb: migrate to dma_map_phys instead of map_page
From: Chu Guangqing
Date: Fri Oct 24 2025 - 02:22:13 EST
There is no functional change.
After introduction of dma_map_phys(), there is no need to convert
from physical address to struct page in order to map page. So let's
use it directly
Chu Guangqing (1):
net: ntb: migrate to dma_map_phys instead of map_page
drivers/ntb/ntb_transport.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
2.43.7