Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCI: layerscape: Simplify platform_get_resource_byname() failure chec…
…king 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 <[email protected]>
- Loading branch information