From: Bjorn Helgaas Date: Tue, 5 Nov 2013 20:34:51 +0000 (-0700) Subject: PCI: Drop warning about drivers that don't use pci_set_master() X-Git-Tag: v3.13-rc1~95^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbeeb822f6f45cadf154d7b7cff1c13537cd799d;p=pandora-kernel.git PCI: Drop warning about drivers that don't use pci_set_master() 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 CC: Paul Bolle --- Reading git-diff-tree failed