OSDN Git Service

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)
commit8d04c7b964246a51960c2acc669b545dd926e81e
tree12050825c5a0ad3569f7c05f8112ee0f14e6311b
parent064d0171d7ee5005020da631135d4d6dc4b72695
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