PCI: Drop warning about drivers that don't use pci_set_master()
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 5 Nov 2013 20:34:51 +0000 (13:34 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 5 Nov 2013 23:36:06 +0000 (16:36 -0700)
f41f064cf4 ("PCI: Workaround missing pci_set_master in pci drivers") made
pci_enable_bridge() turn on bus mastering if the driver hadn't done so
already.  It also added a warning in this case.  But there's no reason to
warn about it unless it's actually a problem to enable bus mastering here.

This patch drops the warning because I'm not aware of any such problem.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Paul Bolle <pebolle@tiscali.nl>
drivers/pci/pci.c

Simple merge