kernel/drivers/tty/serial/8250/8250_lpc18xx.c
.. .. @@ -106,10 +106,8 @@ 106 106 int irq, ret; 107 107 108 108 irq = platform_get_irq(pdev, 0); 109 - if (irq < 0) {110 - dev_err(&pdev->dev, "irq not found");109 + if (irq < 0)111 110 return irq; 112 - }113 111 114 112 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); 115 113 if (!res) {