Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365223
b: refs/heads/master
c: 6ada511
h: refs/heads/master
i:
  365221: effde1e
  365219: 1e42103
  365215: 5c46b22
v: v3
  • Loading branch information
Wei Yongjun authored and Mark Brown committed Apr 1, 2013
1 parent 002f48f commit 734c92f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 691ee4edd410dd6f19227642e01a93fb88620eff
refs/heads/master: 6ada5115af1ff1843eeba9bce8f2979967d8109a
3 changes: 0 additions & 3 deletions trunk/drivers/spi/spi-tegra20-slink.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,6 @@ static unsigned int tegra_slink_read_rx_fifo_to_client_rxbuf(
tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
read_words += tspi->curr_dma_words;
} else {
unsigned int bits_per_word;

bits_per_word = t->bits_per_word;
for (count = 0; count < rx_full_count; count++) {
x = tegra_slink_readl(tspi, SLINK_RX_FIFO);
for (i = 0; (i < tspi->bytes_per_word); i++)
Expand Down

0 comments on commit 734c92f

Please sign in to comment.