We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623ed71 commit 7f821afCopy full SHA for 7f821af
1 file changed
ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c
@@ -34,7 +34,7 @@ PL061Locate (
34
OUT UINTN *RegisterBase
35
)
36
{
37
- UINT32 Index;
+ UINTN Index; // MU_CHANGE CodeQL
38
39
for (Index = 0; Index < mPL061PlatformGpio->GpioControllerCount; Index++) {
40
if ( (Gpio >= mPL061PlatformGpio->GpioController[Index].GpioIndex)
0 commit comments