summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eisa_pci.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-12-12 03:33:02 +0000
committerMike Smith <msmith@FreeBSD.org>2000-12-12 03:33:02 +0000
commitfed8edf5639e09bf32e884cdb5d9858be6c660d7 (patch)
treefeea6a22e3c608aa27d07138c9b2f279509977b8 /sys/dev/pci/eisa_pci.c
parentbe5182cc4dcfa8b7db8791d77c4350f19d9a3ed6 (diff)
Notes
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?)