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 593d1eb commit 2e7bf4aCopy full SHA for 2e7bf4a
drivers/net/ethernet/xilinx/xilinx_axienet_main.c
@@ -2039,6 +2039,7 @@ static int axienet_probe(struct platform_device *pdev)
2039
}
2040
if (!IS_ENABLED(CONFIG_64BIT) && lp->features & XAE_FEATURE_DMA_64BIT) {
2041
dev_err(&pdev->dev, "64-bit addressable DMA is not compatible with 32-bit archecture\n");
2042
+ ret = -EINVAL;
2043
goto cleanup_clk;
2044
2045
0 commit comments