Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283329
b: refs/heads/master
c: 82440a8
h: refs/heads/master
i:
  283327: 2968018
v: v3
  • Loading branch information
David Fries authored and Jesse Barnes committed Jan 6, 2012
1 parent 37fd929 commit d91b89b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d5dea7d95c48d7bc951cee4910a7fd9c0cd26fb0
refs/heads/master: 82440a8253e09047410ff4df5c202be15645573f
3 changes: 2 additions & 1 deletion trunk/drivers/pci/pci-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,8 @@ static bool pci_has_legacy_pm_support(struct pci_dev *pci_dev)
* supported as well. Drivers are supposed to support either the
* former, or the latter, but not both at the same time.
*/
WARN_ON(ret && drv->driver.pm);
WARN(ret && drv->driver.pm, "driver %s device %04x:%04x\n",
drv->name, pci_dev->vendor, pci_dev->device);

return ret;
}
Expand Down

0 comments on commit d91b89b

Please sign in to comment.