Browse Source

Input: 88pm860x_onkey - remove invalid irq number assignment

Irq number of onkey is assigned twice. The second assignment is wrong.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Haojian Zhuang 15 years ago
parent
commit
ee6e54e2ae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/input/misc/88pm860x_onkey.c

+ 0 - 1
drivers/input/misc/88pm860x_onkey.c

@@ -87,7 +87,6 @@ static int __devinit pm860x_onkey_probe(struct platform_device *pdev)
 	info->idev->phys = "88pm860x_on/input0";
 	info->idev->id.bustype = BUS_I2C;
 	info->idev->dev.parent = &pdev->dev;
-	info->irq = irq;
 	info->idev->evbit[0] = BIT_MASK(EV_KEY);
 	info->idev->keybit[BIT_WORD(KEY_POWER)] = BIT_MASK(KEY_POWER);