Title: [8974] trunk/drivers/input/touchscreen/ad7877.c: Dont force SPI MOODE_0 - the device may work in MODE {0,3}
Revision
8974
Author
hennerich
Date
2010-07-06 08:32:36 -0400 (Tue, 06 Jul 2010)

Log Message

Dont force SPI MOODE_0 - the device may work in MODE {0,3}

Modified Paths


Diff

Modified: trunk/drivers/input/touchscreen/ad7877.c (8973 => 8974)


--- trunk/drivers/input/touchscreen/ad7877.c	2010-07-06 12:28:36 UTC (rev 8973)
+++ trunk/drivers/input/touchscreen/ad7877.c	2010-07-06 12:32:36 UTC (rev 8974)
@@ -695,7 +695,6 @@
 	}
 
 	spi->bits_per_word = 16;
-	spi->mode = SPI_MODE_0;
 	err = spi_setup(spi);
 	if (err) {
 		dev_dbg(&spi->dev, "spi master doesn't support 16 bits/word\n");
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to