Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[linux-2.6-microblaze.git] / drivers / crypto / sahara.c
index b0b8e3d..8ac8ec6 100644 (file)
@@ -1403,10 +1403,8 @@ static int sahara_probe(struct platform_device *pdev)
 
        /* Get the IRQ */
        irq = platform_get_irq(pdev,  0);
-       if (irq < 0) {
-               dev_err(&pdev->dev, "failed to get irq resource\n");
+       if (irq < 0)
                return irq;
-       }
 
        err = devm_request_irq(&pdev->dev, irq, sahara_irq_handler,
                               0, dev_name(&pdev->dev), dev);