aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpt
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2005-04-13 05:03:14 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2005-04-13 05:03:14 +0000
commit9cf4a5d55f52168d7f47cf695dd2e85c7144b453 (patch)
treed8618caf92d15b985a46423cb58f4a61a15832d2 /sys/dev/dpt
parent787e88a3ac4667186b1e2af69c64a127faa12f74 (diff)
Notes
Diffstat (limited to 'sys/dev/dpt')
-rw-r--r--sys/dev/dpt/dpt_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c
index 309f9ac9b4127..d3b1190f72117 100644
--- a/sys/dev/dpt/dpt_pci.c
+++ b/sys/dev/dpt/dpt_pci.c
@@ -148,7 +148,6 @@ dpt_pci_attach (device_t dev)
/* lockfunc */ busdma_lock_mutex,
/* lockarg */ &Giant,
&dpt->parent_dmat) != 0) {
- dpt_free(dpt);
error = ENXIO;
goto bad;
}