diff options
-rw-r--r-- | drivers/of/of_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c index 110fece2ff53..62426d81a4d6 100644 --- a/drivers/of/of_pci.c +++ b/drivers/of/of_pci.c | |||
@@ -229,7 +229,6 @@ parse_failed: | |||
229 | resource_list_for_each_entry(window, resources) | 229 | resource_list_for_each_entry(window, resources) |
230 | kfree(window->res); | 230 | kfree(window->res); |
231 | pci_free_resource_list(resources); | 231 | pci_free_resource_list(resources); |
232 | kfree(bus_range); | ||
233 | return err; | 232 | return err; |
234 | } | 233 | } |
235 | EXPORT_SYMBOL_GPL(of_pci_get_host_bridge_resources); | 234 | EXPORT_SYMBOL_GPL(of_pci_get_host_bridge_resources); |