PCI: Warn about failures instead of "must_check" functions
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 12 Apr 2013 17:35:40 +0000 (11:35 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 17 Apr 2013 16:21:12 +0000 (10:21 -0600)
These places capture return values to avoid "must_check" warnings,
but we didn't *do* anything with the return values, which causes
"set but not used" warnings.  We might as well do something instead
of just trying to evade the "must_check" warnings.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found