]> Git Repo - J-linux.git/blobdiff - drivers/usb/cdns3/cdns3-plat.c
Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[J-linux.git] / drivers / usb / cdns3 / cdns3-plat.c
index dc068e940ed59450131cbb790786b7bfda0ef1b1..2bc5d094548b6b5edb4093dc633910f78a65fa08 100644 (file)
@@ -110,8 +110,6 @@ static int cdns3_plat_probe(struct platform_device *pdev)
        cdns->wakeup_irq = platform_get_irq_byname_optional(pdev, "wakeup");
        if (cdns->wakeup_irq == -EPROBE_DEFER)
                return cdns->wakeup_irq;
-       else if (cdns->wakeup_irq == 0)
-               return -EINVAL;
 
        if (cdns->wakeup_irq < 0) {
                dev_dbg(dev, "couldn't get wakeup irq\n");
This page took 0.025983 seconds and 4 git commands to generate.