]> git.baikalelectronics.ru Git - kernel.git/commit
net: atl1c: Fix a function name in print messages
authorCai Huoqing <caihuoqing@baidu.com>
Sat, 25 Sep 2021 13:40:10 +0000 (21:40 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Sep 2021 11:44:32 +0000 (12:44 +0100)
commit8121f8762b423effe1806d9d03b46ffdb38d96aa
tree12050825c5a0ad3569f7c05f8112ee0f14e6311b
parente5e6aef7d97ce45febc77aba9a4e1c3402116ad8
net: atl1c: Fix a function name in print messages

Use dma_map_single() instead of pci_map_single(),
because the pci function wrappers are not called here.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/atheros/atl1c/atl1c_main.c