Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56819
b: refs/heads/master
c: 230ffc8
h: refs/heads/master
i:
  56817: eb7203f
  56815: ba65e20
v: v3
  • Loading branch information
Semih Hazar authored and Dmitry Torokhov committed May 23, 2007
1 parent 6a6c773 commit be80c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bff0de5f59ff935138eb41c397a7e50468028b83
refs/heads/master: 230ffc8e348e7841b79fd7c659d16aa5d7ec8a69
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/ads7846.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ static int __devinit ads7846_probe(struct spi_device *spi)
* may not. So we stick to very-portable 8 bit words, both RX and TX.
*/
spi->bits_per_word = 8;
spi->mode = SPI_MODE_1;
spi->mode = SPI_MODE_0;
err = spi_setup(spi);
if (err < 0)
return err;
Expand Down

0 comments on commit be80c20

Please sign in to comment.