Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350767
b: refs/heads/master
c: 72611db
h: refs/heads/master
i:
  350765: 5a80351
  350763: cc16c67
  350759: e9fc037
  350751: 1d9fb30
v: v3
  • Loading branch information
Gabor Juhos authored and Grant Likely committed Feb 5, 2013
1 parent 8005ee0 commit 334d07b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 440114fdb13cbc53ea734bcc05b86bcf5b1e430c
refs/heads/master: 72611db0eef21f4456d79ba302af4b34ea384f30
2 changes: 2 additions & 0 deletions trunk/drivers/spi/spi-ath79.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ static u32 ath79_spi_txrx_mode0(struct spi_device *spi, unsigned nsecs,
ath79_spi_delay(sp, nsecs);
ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out | AR71XX_SPI_IOC_CLK);
ath79_spi_delay(sp, nsecs);
if (bits == 1)
ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, out);

word <<= 1;
}
Expand Down

0 comments on commit 334d07b

Please sign in to comment.