]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI/PM/Runtime: make PCI traces quieter
authorVincent Palatin <vpalatin@chromium.org>
Mon, 5 Dec 2011 19:51:18 +0000 (11:51 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 12 Dec 2011 20:53:04 +0000 (12:53 -0800)
commit8623f2eaa985abcc763b435e3db5e9ebc3ef86af
tree2972d73070f67a15fd4646996a3bd1a5331ef677
parentc7063828fe1cc79a315bf7e1749d2ad5351ae912
PCI/PM/Runtime: make PCI traces quieter

When the runtime PM is activated on PCI, if a device switches state
frequently (e.g. an EHCI controller with autosuspending USB devices
connected) the PCI configuration traces might be very verbose in the
kernel log.  Let's guard those traces with DEBUG condition.

Acked-by: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/acpi/pci_irq.c
drivers/pci/pci.c
drivers/pci/setup-res.c