Hi!
From: Christophe JAILLET christophe.jaillet@wanadoo.fr
[ Upstream commit 8ccffe9ac3239e549beaa0a9d5e1a1eac94e866c ]
Fix an error message and report the correct failing function.
This patch is not really fixing an important bug, it is just tweaking an error message. I'm not sure why it is being queued for stable. I believe AUTOSEL process should be more careful.
Second, at least for 5.10 and older, it is not _fixing_ bug, it is _adding_ one, as old message is correct there.
Please drop. Pavel
+++ b/drivers/net/ethernet/broadcom/bnx2.c @@ -8229,7 +8229,7 @@ bnx2_init_board(struct pci_dev *pdev, struct net_device *dev) rc = pci_set_consistent_dma_mask(pdev, persist_dma_mask); if (rc) { dev_err(&pdev->dev,
"pci_set_consistent_dma_mask failed, aborting\n");
} } else if ((rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) != 0) {"dma_set_coherent_mask failed, aborting\n"); goto err_out_unmap;