summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eisa_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/eisa_pci.c')
-rw-r--r--sys/dev/pci/eisa_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/eisa_pci.c b/sys/dev/pci/eisa_pci.c
index 1f2186d9cad2..b44f57217b59 100644
--- a/sys/dev/pci/eisa_pci.c
+++ b/sys/dev/pci/eisa_pci.c
@@ -114,7 +114,7 @@ eisab_attach(device_t dev)
*/
child = device_add_child(dev, "eisa", 0);
if (child != NULL)
- return(bus_generic_attach(dev));
+ bus_generic_attach(dev);
/*
* Attach an ISA bus as well (should this be a child of EISA?)