diff options
Diffstat (limited to 'drivers/spi/spi-ti-qspi.c')
-rw-r--r-- | drivers/spi/spi-ti-qspi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-ti-qspi.c b/drivers/spi/spi-ti-qspi.c index 6ca600702470..3cb65371ae3b 100644 --- a/drivers/spi/spi-ti-qspi.c +++ b/drivers/spi/spi-ti-qspi.c | |||
@@ -717,7 +717,6 @@ static int ti_qspi_probe(struct platform_device *pdev) | |||
717 | 717 | ||
718 | irq = platform_get_irq(pdev, 0); | 718 | irq = platform_get_irq(pdev, 0); |
719 | if (irq < 0) { | 719 | if (irq < 0) { |
720 | dev_err(&pdev->dev, "no irq resource?\n"); | ||
721 | ret = irq; | 720 | ret = irq; |
722 | goto free_master; | 721 | goto free_master; |
723 | } | 722 | } |