kernel/drivers/input/keyboard/spear-keyboard.c
.. .. @@ -191,10 +191,8 @@ 191 191 int error; 192 192 193 193 irq = platform_get_irq(pdev, 0); 194 - if (irq < 0) {195 - dev_err(&pdev->dev, "not able to get irq for the device\n");194 + if (irq < 0)196 195 return irq; 197 - }198 196 199 197 kbd = devm_kzalloc(&pdev->dev, sizeof(*kbd), GFP_KERNEL); 200 198 if (!kbd) {