]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Fix Ecc error 3002 in TimerDxe
authorPierre Gondois <Pierre.Gondois@arm.com>
Thu, 10 Dec 2020 10:18:19 +0000 (10:18 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 6 Jan 2021 16:22:54 +0000 (16:22 +0000)
commit9a603fe191441591800aad98afa9c441c7e4bf26
tree7f7e63f41dc3701b198c17f5fbf9a963fe97b727
parenta9e5186075025e7d3b0305669d5a96f96c9c0c19
ArmPkg: Fix Ecc error 3002 in TimerDxe

This patch fixes the following Ecc reported error:
Non-Boolean comparisons should use a compare operator
(==, !=, >, < >=, <=)

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
ArmPkg/Drivers/TimerDxe/TimerDxe.c