Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274724
b: refs/heads/master
c: 4b01098
h: refs/heads/master
v: v3
  • Loading branch information
Ruslan Pisarev authored and Konrad Rzeszutek Wilk committed Jul 26, 2011
1 parent 87c68fe commit e2958ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7b0ac956d91b91a1e05e4e0b454d65710fc73cd8
refs/heads/master: 4b0109830842fa645c7f7460dc713cedfe4473f6
4 changes: 2 additions & 2 deletions trunk/drivers/xen/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static int xen_add_device(struct device *dev)
struct physdev_manage_pci_ext manage_pci_ext = {
.bus = pci_dev->bus->number,
.devfn = pci_dev->devfn,
.is_virtfn = 1,
.is_virtfn = 1,
.physfn.bus = pci_dev->physfn->bus->number,
.physfn.devfn = pci_dev->physfn->devfn,
};
Expand All @@ -56,7 +56,7 @@ static int xen_add_device(struct device *dev)
&manage_pci_ext);
} else {
struct physdev_manage_pci manage_pci = {
.bus = pci_dev->bus->number,
.bus = pci_dev->bus->number,
.devfn = pci_dev->devfn,
};

Expand Down

0 comments on commit e2958ad

Please sign in to comment.