summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/ahci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c
index c65371dad75..efdb7893dab 100644
--- a/sys/dev/pci/ahci.c
+++ b/sys/dev/pci/ahci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahci.c,v 1.19 2006/12/11 13:17:57 dlg Exp $ */
+/* $OpenBSD: ahci.c,v 1.20 2006/12/11 13:20:29 dlg Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -266,6 +266,8 @@ ahci_attach(struct device *parent, struct device *self, void *aux)
}
#endif
+ return;
+
unmap:
ahci_unmap_regs(sc, pa);
}