commit | c9ed77eeba8ec2541a40918210bcc676acacd43a | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Fri Aug 22 09:37:02 2008 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Oct 20 10:53:46 2008 -0700 |
tree | 87c6d58b189a6e9cf95dcebca8013586774a3284 | |
parent | 2fd39aa7c2f3d696814abb3e8962c759eee484f3 [diff] |
PCI: tidy PME support messages 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>