Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195913
b: refs/heads/master
c: 0c82d3c
h: refs/heads/master
i:
  195911: 221c6c9
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Mar 11, 2010
1 parent 6830f81 commit 0622c01
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: f696aa43fadb13a21c4e723fb6e51bf640dd1363
refs/heads/master: 0c82d3ce2f479c728f99e228d9ae32a9cd853c5a
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/r852.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static void r852_do_dma(struct r852_device *dev, uint8_t *buf, int do_read)
R852_DMA_LEN,
(do_read ? PCI_DMA_FROMDEVICE : PCI_DMA_TODEVICE));

if (dev->phys_dma_addr == DMA_ERROR_CODE)
if (pci_dma_mapping_error(dev->pci_dev, dev->phys_dma_addr))
bounce = 1;
}

Expand Down

0 comments on commit 0622c01

Please sign in to comment.