Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74784
b: refs/heads/master
c: d84248b
h: refs/heads/master
v: v3
  • Loading branch information
Rini van Zetten authored and Linus Torvalds committed Dec 11, 2007
1 parent a76b717 commit 9300fee
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: 6650e0a517bbfa1c47aa3da6b3562fcb1a066c63
refs/heads/master: d84248bf46582a406116c55b94405c05193773b1
2 changes: 1 addition & 1 deletion trunk/drivers/spi/atmel_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ static void atmel_spi_next_xfer(struct spi_master *master,
xfer, xfer->len, xfer->tx_buf, xfer->tx_dma,
xfer->rx_buf, xfer->rx_dma, spi_readl(as, IMR));

spi_writel(as, TCR, len);
spi_writel(as, RCR, len);
spi_writel(as, TCR, len);
spi_writel(as, PTCR, SPI_BIT(TXTEN) | SPI_BIT(RXTEN));
}

Expand Down

0 comments on commit 9300fee

Please sign in to comment.