Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116712
b: refs/heads/master
c: ec84f12
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Barnes committed Oct 20, 2008
1 parent d5edf16 commit d364027
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: cef354db0d7a7207ea78c716753d9216a9c2b7e1
refs/heads/master: ec84f1268fcf16c4a852fdb38b3a541748644918
4 changes: 2 additions & 2 deletions trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1270,8 +1270,8 @@ void pci_pm_init(struct pci_dev *dev)

if (dev->d1_support || dev->d2_support)
dev_printk(KERN_DEBUG, &dev->dev, "supports%s%s\n",
dev->d1_support ? " D1": "",
dev->d2_support ? " D2": "");
dev->d1_support ? " D1" : "",
dev->d2_support ? " D2" : "");
}

pmc &= PCI_PM_CAP_PME_MASK;
Expand Down

0 comments on commit d364027

Please sign in to comment.