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:
ef83b07
)
PCI/portdrv: Cleanup error paths
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 19 Dec 2013 21:20:09 +0000
(14:20 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 19 Dec 2013 21:20:09 +0000
(14:20 -0700)
Make the straightline path the normal no-error path. Check for errors and
return them directly, instead of checking for success and putting the
normal path in an "if" body.
No functional change.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found