git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fd39aa
)
PCI: tidy PME support messages
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Fri, 22 Aug 2008 15:37:02 +0000
(09:37 -0600)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Mon, 20 Oct 2008 17:53:46 +0000
(10:53 -0700)
This patch changes these two messages:
pci 0000:00:03.0: supports D1
pci 0000:00:03.0: supports D2
to this:
pci 0000:00:03.0: supports D1 D2
It also trivially converts a "dev_printk(KERN_INFO, ...)" to
"dev_info(...)".
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found