mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
remove gratuitous null ptr check
Noticed by: Coverity Prevent analysis tool
This commit is contained in:
parent
c2235096d7
commit
7e53be277f
1 changed files with 1 additions and 2 deletions
|
|
@ -165,8 +165,7 @@ dpt_eisa_attach (device_t dev)
|
|||
bad:
|
||||
dpt_release_resources(dev);
|
||||
|
||||
if (dpt)
|
||||
dpt_free(dpt);
|
||||
dpt_free(dpt);
|
||||
|
||||
return (error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue