mirror of https://github.com/acidanthera/audk.git
Coding style checked
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7136 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f65aced166
commit
ec30be9e8c
|
@ -946,7 +946,7 @@ UsbHubEnumeration (
|
||||||
UINT8 Bit;
|
UINT8 Bit;
|
||||||
UINT8 Index;
|
UINT8 Index;
|
||||||
|
|
||||||
ASSERT (Context);
|
ASSERT (Context != NULL);
|
||||||
|
|
||||||
HubIf = (USB_INTERFACE *) Context;
|
HubIf = (USB_INTERFACE *) Context;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue