]> 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)
commit061933ce80d8901f56c29f1e6ed696414b30d344
tree12050825c5a0ad3569f7c05f8112ee0f14e6311b
parent9385092636aa4c5d2ef98d61fd7fab6b1dc60637
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