diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/misc/adxl34x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/adxl34x.c b/drivers/input/misc/adxl34x.c index e2ca01708080..de5900d50788 100644 --- a/drivers/input/misc/adxl34x.c +++ b/drivers/input/misc/adxl34x.c | |||
@@ -724,7 +724,6 @@ struct adxl34x *adxl34x_probe(struct device *dev, int irq, | |||
724 | pdata = &ac->pdata; | 724 | pdata = &ac->pdata; |
725 | 725 | ||
726 | ac->input = input_dev; | 726 | ac->input = input_dev; |
727 | ac->disabled = true; | ||
728 | ac->dev = dev; | 727 | ac->dev = dev; |
729 | ac->irq = irq; | 728 | ac->irq = irq; |
730 | ac->bops = bops; | 729 | ac->bops = bops; |