diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/bf54x-keys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c index a67b29b089ef..e5f4da928340 100644 --- a/drivers/input/keyboard/bf54x-keys.c +++ b/drivers/input/keyboard/bf54x-keys.c | |||
@@ -256,7 +256,6 @@ static int __devinit bfin_kpad_probe(struct platform_device *pdev) | |||
256 | printk(KERN_ERR DRV_NAME | 256 | printk(KERN_ERR DRV_NAME |
257 | ": unable to claim irq %d; error %d\n", | 257 | ": unable to claim irq %d; error %d\n", |
258 | bf54x_kpad->irq, error); | 258 | bf54x_kpad->irq, error); |
259 | error = -EBUSY; | ||
260 | goto out2; | 259 | goto out2; |
261 | } | 260 | } |
262 | 261 | ||