Title: [9228] trunk/drivers/input/misc/adxl34x.c: adxl34x: upstream dropped the explicit disable init, so do the same in our tree
Revision
9228
Author
vapier
Date
2010-10-17 04:30:21 -0400 (Sun, 17 Oct 2010)

Log Message

adxl34x: upstream dropped the explicit disable init, so do the same in our tree

Modified Paths

Diff

Modified: trunk/drivers/input/misc/adxl34x.c (9227 => 9228)


--- trunk/drivers/input/misc/adxl34x.c	2010-10-17 06:27:38 UTC (rev 9227)
+++ trunk/drivers/input/misc/adxl34x.c	2010-10-17 08:30:21 UTC (rev 9228)
@@ -724,7 +724,6 @@
 	pdata = &ac->pdata;
 
 	ac->input = input_dev;
-	ac->disabled = false;
 	ac->dev = dev;
 	ac->irq = irq;
 	ac->bops = bops;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to