PCI: revert broken device warning
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Thu, 22 Apr 2010 15:02:43 +0000 (09:02 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 22 Apr 2010 23:13:16 +0000 (16:13 -0700)
commit45aa23b4cbd37408678c96cd113241860d3321f6
treebe7881f74ca8c7c1571fe42af09d63493fb5a787
parent4352aa5bbf1d0080c2dcf904ce1e4be0a1cb5937
PCI: revert broken device warning

This reverts c519a5a7dab2d.  That change added a warning about devices that
didn't respond correctly when sizing BARs, which helped diagnose broken
devices.  But the test wasn't specific enough, so it also complained about
working devices with zero-size BARs, e.g.,
https://bugzilla.kernel.org/show_bug.cgi?id=15822

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