mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove unnecessary dpt_free().
This commit is contained in:
parent
787e88a3ac
commit
9cf4a5d55f
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue