]> git.baikalelectronics.ru Git - kernel.git/commit
net: broadcom: Fix a function name in comments
authorCai Huoqing <caihuoqing@baidu.com>
Sat, 25 Sep 2021 13:40:11 +0000 (21:40 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Sep 2021 11:44:33 +0000 (12:44 +0100)
commit8fe15f7dd6b1bbda26c836fc2f4b656223dcebb5
treee4d818a238a9670ef93bfd1f0c40744d9338ffb4
parent8121f8762b423effe1806d9d03b46ffdb38d96aa
net: broadcom: Fix a function name in comments

Use dma_alloc_coherent() instead of pci_alloc_consistent(),
because only dma_alloc_coherent() is called here.

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