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 ba8afe9 commit 378da4aCopy full SHA for 378da4a
drivers/spi/spi-bcm63xx-hsspi.c
@@ -338,8 +338,8 @@ static int bcm63xx_hsspi_probe(struct platform_device *pdev)
338
339
irq = platform_get_irq(pdev, 0);
340
if (irq < 0) {
341
- dev_err(dev, "no irq\n");
342
- return -ENXIO;
+ dev_err(dev, "no irq: %d\n", irq);
+ return irq;
343
}
344
345
res_mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
0 commit comments