summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2016-02-23 14:12:49 -0800
committerMichael Bestas <mkbestas@lineageos.org>2019-12-23 23:43:32 +0200
commit5aca54391de9a9950cce9fc52523abd89cf9a9fd (patch)
tree64f85eccff5eb3b5e50c08470fb688f0bf1ac22e /drivers/pci/pci.c
parent33665da8699e2a1c6570c323f27409ea40764f9c (diff)
Silences WLAN, PCIe, and CPU suspend state kernel messages
Bug: 27134656 Change-Id: I681ec2171472514489365ca4bfc4ef16d9b344fe
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index b7f65fc54dc2..8a12b5392b8f 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -650,7 +650,7 @@ static int pci_raw_set_power_state(struct pci_dev *dev, pci_power_t state)
pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pmcsr);
dev->current_state = (pmcsr & PCI_PM_CTRL_STATE_MASK);
if (dev->current_state != state && printk_ratelimit())
- dev_info(&dev->dev, "Refused to change power state, currently in D%d\n",
+ dev_dbg(&dev->dev, "Refused to change power state, currently in D%d\n",
dev->current_state);
/*