mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/XhciDxe: Fix ICC compiler build warning.
Signed-off-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14976 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6ba2921da3
commit
ddc0be5866
|
@ -451,7 +451,7 @@ XhcGetRootHubPortStatus (
|
|||
|
||||
for (Index = 0; Index < MapSize; Index++) {
|
||||
if (XHC_BIT_IS_SET (State, mUsbClearPortChangeMap[Index].HwState)) {
|
||||
XhcClearRootHubPortFeature (This, PortNumber, mUsbClearPortChangeMap[Index].Selector);
|
||||
XhcClearRootHubPortFeature (This, PortNumber, (EFI_USB_PORT_FEATURE)mUsbClearPortChangeMap[Index].Selector);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue