Clean up Network Components to support GCC build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4062 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1188,7 +1188,7 @@ Returns:
|
||||
}
|
||||
}
|
||||
|
||||
if (0x1e >= InquiryData.Peripheral_Type >= 0xa) {
|
||||
if (0x1e >= InquiryData.Peripheral_Type && InquiryData.Peripheral_Type >= 0xa) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user