PCI: change resource collision messages from KERN_ERR to KERN_INFO
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Thu, 3 Jun 2010 19:47:18 +0000 (13:47 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 11 Jun 2010 20:08:14 +0000 (13:08 -0700)
We can often deal with PCI resource issues by moving devices around.  In
that case, there's no point in alarming the user with messages like these.
There are many bug reports where the message itself is the only problem,
e.g., https://bugs.launchpad.net/ubuntu/+source/linux/+bug/413419 .

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found