diff --git a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c index 0b96394f2a..0904e72a65 100644 --- a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c +++ b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c @@ -946,7 +946,7 @@ UsbHubEnumeration ( UINT8 Bit; UINT8 Index; - ASSERT (Context); + ASSERT (Context != NULL); HubIf = (USB_INTERFACE *) Context;