mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[E1000] Remove useless null check
CID 512827
This commit is contained in:
parent
e1f4d2864a
commit
24b2d59ab6
1 changed files with 2 additions and 4 deletions
|
@ -286,10 +286,8 @@ Cleanup:
|
|||
{
|
||||
NdisFreeMemory(ResourceList, ResourceListSize, 0);
|
||||
}
|
||||
if (Adapter != NULL)
|
||||
{
|
||||
|
||||
MiniportHalt(Adapter);
|
||||
}
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue