Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174821
b: refs/heads/master
c: c6a4157
h: refs/heads/master
i:
  174819: e08a311
v: v3
  • Loading branch information
Yinghai Lu authored and Jesse Barnes committed Dec 4, 2009
1 parent fdd3b22 commit 5a6c6e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c788a695ab5740413d9f9c0035d0d7aeef1c708
refs/heads/master: c6a415761c59adabb53699c84e5cb42868d97c67
2 changes: 2 additions & 0 deletions trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2101,6 +2101,7 @@ pci_set_dma_mask(struct pci_dev *dev, u64 mask)
return -EIO;

dev->dma_mask = mask;
dev_dbg(&dev->dev, "using %dbit DMA mask\n", fls64(mask));

return 0;
}
Expand All @@ -2112,6 +2113,7 @@ pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask)
return -EIO;

dev->dev.coherent_dma_mask = mask;
dev_dbg(&dev->dev, "using %dbit consistent DMA mask\n", fls64(mask));

return 0;
}
Expand Down

0 comments on commit 5a6c6e0

Please sign in to comment.