aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/ia64/sn/kernel/io_init.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/ia64/sn/kernel/io_init.c b/arch/ia64/sn/kernel/io_init.c
index 238e2c511d94..e2c7733e18a7 100644
--- a/arch/ia64/sn/kernel/io_init.c
+++ b/arch/ia64/sn/kernel/io_init.c
@@ -326,16 +326,7 @@ sn_pci_controller_fixup(int segment, int busnum, struct pci_bus *bus)
326 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, controller, 326 bus = pci_scan_root_bus(NULL, busnum, &pci_root_ops, controller,
327 &resources); 327 &resources);
328 if (bus == NULL) 328 if (bus == NULL)
329 goto error_return; /* error, or bus already scanned */ 329 kfree(controller);
330
331 bus->sysdata = controller;
332
333 return;
334
335error_return:
336
337 kfree(controller);
338 return;
339} 330}
340 331
341/* 332/*