Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64632
b: refs/heads/master
c: 85787a2
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Victor authored and Linus Torvalds committed Aug 31, 2007
1 parent 4f35512 commit 78ea0ce
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: f79abb828e1d851387def4247eb3f9477fe03234
refs/heads/master: 85787a2bea516b76a013eea7f5f3fad12c5a6417
2 changes: 1 addition & 1 deletion trunk/drivers/spi/atmel_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ atmel_spi_dma_map_xfer(struct atmel_spi *as, struct spi_transfer *xfer)
xfer->rx_dma = dma_map_single(dev,
xfer->rx_buf, xfer->len,
DMA_FROM_DEVICE);
if (dma_mapping_error(xfer->tx_dma)) {
if (dma_mapping_error(xfer->rx_dma)) {
if (xfer->tx_buf)
dma_unmap_single(dev,
xfer->tx_dma, xfer->len,
Expand Down

0 comments on commit 78ea0ce

Please sign in to comment.