remove gratuitous null ptr check
Noticed by: Coverity Prevent analysis tool
This commit is contained in:
parent
c2235096d7
commit
7e53be277f
@ -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…
x
Reference in New Issue
Block a user