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:
c517d83
)
PCI: layerscape: Simplify platform_get_resource_byname() failure checking
author
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 9 Apr 2015 19:36:52 +0000
(14:36 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 9 Apr 2015 19:36:52 +0000
(14:36 -0500)
devm_ioremap_resource() validates the resource it receives, so if we check
for devm_ioremap_resource() failure, we need not check for failure of the
preceding platform_get_resource().
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
No differences found