Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198402
b: refs/heads/master
c: 338ff29
h: refs/heads/master
v: v3
  • Loading branch information
Joakim Tjernlund authored and Grant Likely committed May 25, 2010
1 parent a8214de commit 106bb48
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: 0398fb70940e1f10939d6126eafb760bd48d1566
refs/heads/master: 338ff2982d969a8e09ca356552cb5022ad380766
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_mpc8xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ static void mpc8xxx_spi_cpm_bufs_complete(struct mpc8xxx_spi *mspi)

if (mspi->map_tx_dma)
dma_unmap_single(dev, mspi->tx_dma, t->len, DMA_TO_DEVICE);
if (mspi->map_tx_dma)
if (mspi->map_rx_dma)
dma_unmap_single(dev, mspi->rx_dma, t->len, DMA_FROM_DEVICE);
mspi->xfer_in_progress = NULL;
}
Expand Down

0 comments on commit 106bb48

Please sign in to comment.