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 5771a8c commit ba8afe9Copy full SHA for ba8afe9
drivers/spi/spi-bcm63xx.c
@@ -530,8 +530,8 @@ static int bcm63xx_spi_probe(struct platform_device *pdev)
530
531
irq = platform_get_irq(pdev, 0);
532
if (irq < 0) {
533
- dev_err(dev, "no irq\n");
534
- return -ENXIO;
+ dev_err(dev, "no irq: %d\n", irq);
+ return irq;
535
}
536
537
clk = devm_clk_get(dev, "spi");
0 commit comments