Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189946
b: refs/heads/master
c: d18c69d
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and Joerg Roedel committed Apr 7, 2010
1 parent 9b4e46f commit 25a50d8
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: 8f9f55e83e939724490d7cde3833c4883c6d1310
refs/heads/master: d18c69d3898985c66cd6e878b8f576fd9a21ab39
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ static void prealloc_protection_domains(void)
struct dma_ops_domain *dma_dom;
u16 devid;

while ((dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL) {
for_each_pci_dev(dev) {

/* Do we handle this device? */
if (!check_device(&dev->dev))
Expand Down

0 comments on commit 25a50d8

Please sign in to comment.