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:
jji4 2008-12-26 08:07:22 +00:00
parent f65aced166
commit ec30be9e8c
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ UsbHubEnumeration (
UINT8 Bit;
UINT8 Index;
ASSERT (Context);
ASSERT (Context != NULL);
HubIf = (USB_INTERFACE *) Context;