git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67aed6
)
PCI: Warn about failures instead of "must_check" functions
author
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 12 Apr 2013 17:35:40 +0000
(11:35 -0600)
committer
Bjorn 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