Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362247
b: refs/heads/master
c: 1ad849a
h: refs/heads/master
i:
  362245: 79b928c
  362243: 3aa9c22
  362239: dddeccd
v: v3
  • Loading branch information
Anatolij Gustschin authored and Mark Brown committed Apr 1, 2013
1 parent 9dc9d3e commit b104da4
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: b0b36b861e434ee1c1a64cb39259e262f79af62e
refs/heads/master: 1ad849aee5f53353ed88d9cd3d68a51b03a7d44f
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-mpc512x-psc.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int mpc512x_psc_spi_transfer_rxtx(struct spi_device *spi,

for (i = count; i > 0; i--) {
data = tx_buf ? *tx_buf++ : 0;
if (len == EOFBYTE)
if (len == EOFBYTE && t->cs_change)
setbits32(&fifo->txcmd, MPC512x_PSC_FIFO_EOF);
out_8(&fifo->txdata_8, data);
len--;
Expand Down

0 comments on commit b104da4

Please sign in to comment.