Skip to content

Commit 7f821af

Browse files
committed
Fix CodeQL issue in PL061Gpio
1 parent 623ed71 commit 7f821af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PL061Locate (
3434
OUT UINTN *RegisterBase
3535
)
3636
{
37-
UINT32 Index;
37+
UINTN Index; // MU_CHANGE CodeQL
3838

3939
for (Index = 0; Index < mPL061PlatformGpio->GpioControllerCount; Index++) {
4040
if ( (Gpio >= mPL061PlatformGpio->GpioController[Index].GpioIndex)

0 commit comments

Comments
 (0)