PCI: Remove res_to_dev_res() debug message
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 29 Dec 2016 17:27:52 +0000 (11:27 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 29 Dec 2016 17:27:52 +0000 (11:27 -0600)
commit25e77388e1ab63e11e21d94a994eca227472aeed
tree7f62c2e01844ea6f098d15be9449ee6068791579
parent7ce7d89f48834cefece7804d38fc5d85382edf77
PCI: Remove res_to_dev_res() debug message

Remove res_to_dev_res() debug message.  This is printed from a lookup
function.  If the message is important, it should be printed from the
caller with more context.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
drivers/pci/setup-bus.c