mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:56:05 +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);
|
NdisFreeMemory(ResourceList, ResourceListSize, 0);
|
||||||
}
|
}
|
||||||
if (Adapter != NULL)
|
|
||||||
{
|
|
||||||
MiniportHalt(Adapter);
|
MiniportHalt(Adapter);
|
||||||
}
|
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue