aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/spi/spi-bcm63xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-bcm63xx.c b/drivers/spi/spi-bcm63xx.c
index 84c7356ce5b4..bfe5754768f9 100644
--- a/drivers/spi/spi-bcm63xx.c
+++ b/drivers/spi/spi-bcm63xx.c
@@ -530,8 +530,8 @@ static int bcm63xx_spi_probe(struct platform_device *pdev)
530 530
531 irq = platform_get_irq(pdev, 0); 531 irq = platform_get_irq(pdev, 0);
532 if (irq < 0) { 532 if (irq < 0) {
533 dev_err(dev, "no irq\n"); 533 dev_err(dev, "no irq: %d\n", irq);
534 return -ENXIO; 534 return irq;
535 } 535 }
536 536
537 clk = devm_clk_get(dev, "spi"); 537 clk = devm_clk_get(dev, "spi");