diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2022-08-02 07:44:45 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-09-09 01:42:39 +0000 |
commit | 917a7e3f347adb0721ff161a68309f51f621eec5 (patch) | |
tree | 0bef871d48a952f8847551bc8f0d657f96de7af9 /FatPkg/FatPei/Gpt.c | |
parent | 7b8f69d7e10628d473dd225224d8c2122d25a38d (diff) | |
download | edk2-917a7e3f347adb0721ff161a68309f51f621eec5.tar.gz edk2-917a7e3f347adb0721ff161a68309f51f621eec5.tar.bz2 edk2-917a7e3f347adb0721ff161a68309f51f621eec5.zip |
ArmPlatformPkg/NorFlashDxe: Remove unused debug print specifier
These debug messages are repeated in both NorFlashBlockIoReadBlocks()
and NorFlashBlockIoWriteBlocks():
"NorFlashBlockIoWriteBlocks(MediaId=0x%x, Lba=%ld, BufferSize=0x%x"
"bytes (%d kB), BufferPtr @ 0x%08x)\n"
Although this requires 5 arguments, only 4 are provided. The kilobyte
value was never given.
This change removes that specifier so the 4 arguments match the 4
specifiers in the debug macro.
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Diffstat (limited to 'FatPkg/FatPei/Gpt.c')
0 files changed, 0 insertions, 0 deletions