Fix CodeQL issue in PL061Gpio
This commit is contained in:
Родитель
623ed7189b
Коммит
7f821af07a
|
@ -34,7 +34,7 @@ PL061Locate (
|
|||
OUT UINTN *RegisterBase
|
||||
)
|
||||
{
|
||||
UINT32 Index;
|
||||
UINTN Index; // MU_CHANGE CodeQL
|
||||
|
||||
for (Index = 0; Index < mPL061PlatformGpio->GpioControllerCount; Index++) {
|
||||
if ( (Gpio >= mPL061PlatformGpio->GpioController[Index].GpioIndex)
|
||||
|
|
Загрузка…
Ссылка в новой задаче