diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2005-04-13 05:03:14 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2005-04-13 05:03:14 +0000 |
| commit | 9cf4a5d55f52168d7f47cf695dd2e85c7144b453 (patch) | |
| tree | d8618caf92d15b985a46423cb58f4a61a15832d2 | |
| parent | 787e88a3ac4667186b1e2af69c64a127faa12f74 (diff) | |
Notes
| -rw-r--r-- | sys/dev/dpt/dpt_pci.c | 1 |
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; } |
