Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316491
b: refs/heads/master
c: 8291550
h: refs/heads/master
i:
  316489: 775d46c
  316487: 1b2ec69
v: v3
  • Loading branch information
Bjorn Helgaas committed Jun 20, 2012
1 parent cc527af commit 680569b
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: d6d88c832eaea6c6947ddf7b664601930a9f8a14
refs/heads/master: 8291550f8479fde2cee571d1b367e6918819f189
4 changes: 2 additions & 2 deletions trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ int pci_enable_obff(struct pci_dev *dev, enum pci_obff_signal_type type)
return -ENOTSUPP; /* no OBFF support at all */

/* Make sure the topology supports OBFF as well */
if (dev->bus) {
if (dev->bus->self) {
ret = pci_enable_obff(dev->bus->self, type);
if (ret)
return ret;
Expand Down Expand Up @@ -2215,7 +2215,7 @@ int pci_enable_ltr(struct pci_dev *dev)
return -EINVAL;

/* Enable upstream ports first */
if (dev->bus) {
if (dev->bus->self) {
ret = pci_enable_ltr(dev->bus->self);
if (ret)
return ret;
Expand Down

0 comments on commit 680569b

Please sign in to comment.