]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: stmmac: Restrict warning on disabling DMA store and fwd mode
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Fri, 10 Feb 2023 20:21:26 +0000 (22:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:50:41 +0000 (12:50 +0100)
commit736f8f66d7a90e55c8c2aeffdb05f762e0cc187b
tree032119cad726faa56a8b604c8ad361a11feb3696
parent1a2c7951424c4d35f3692a30f9e6b30b99412229
net: stmmac: Restrict warning on disabling DMA store and fwd mode

commit 05d7623a892a9da62da0e714428e38f09e4a64d8 upstream.

When setting 'snps,force_thresh_dma_mode' DT property, the following
warning is always emitted, regardless the status of force_sf_dma_mode:

dwmac-starfive 10020000.ethernet: force_sf_dma_mode is ignored if force_thresh_dma_mode is set.

Do not print the rather misleading message when DMA store and forward
mode is already disabled.

Fixes: e2a240c7d3bc ("driver:net:stmmac: Disable DMA store and forward mode if platform data force_thresh_dma_mode is set.")
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20230210202126.877548-1-cristian.ciocaltea@collabora.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c