PCI: don't say we claimed a resource if we failed
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 22 Mar 2010 22:34:05 +0000 (16:34 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 25 Mar 2010 15:51:35 +0000 (08:51 -0700)
commitf967a44343e407811898ddac97abc69b293e9810
treef7707ffe10dd10efe3d50670c1252d819aef6534
parent134b345081534235dbf228b1005c14590e0570ba
PCI: don't say we claimed a resource if we failed

pci_claim_resource() can fail, so pay attention and only claim success
when it actually succeeded.  If pci_claim_resource() fails, it prints a
useful diagnostic.

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