rtc: Remove dev_err() usage after platform_get_irq()
[linux-2.6-microblaze.git] / drivers / rtc / rtc-88pm80x.c
index e4d5a19..9aa4a59 100644 (file)
@@ -264,7 +264,6 @@ static int pm80x_rtc_probe(struct platform_device *pdev)
                return -ENOMEM;
        info->irq = platform_get_irq(pdev, 0);
        if (info->irq < 0) {
-               dev_err(&pdev->dev, "No IRQ resource!\n");
                ret = -EINVAL;
                goto out;
        }