commit | 0bb01307557ca5042fb96bc5261b847a68203ba2 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue May 31 11:26:01 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jun 20 14:06:06 2016 -0500 |
tree | f558613c2cc65cd7a76975ef973c61fae690204a | |
parent | 93a5b5e5876e45096d0e448bbdc4cf715f2f346e [diff] |
PCI: xilinx-nwl: Free bridge resource list on failure of_pci_get_host_bridge_resources() allocates a list of resources for host bridge windows. If we fail after allocating that list, free it before we return error. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>