We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f796b commit 3383176Copy full SHA for 3383176
drivers/net/ethernet/broadcom/bnxt/bnxt.c
@@ -11590,6 +11590,7 @@ static int bnxt_init_board(struct pci_dev *pdev, struct net_device *dev)
11590
if (dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)) != 0 &&
11591
dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)) != 0) {
11592
dev_err(&pdev->dev, "System does not support DMA, aborting\n");
11593
+ rc = -EIO;
11594
goto init_err_disable;
11595
}
11596
0 commit comments