]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/ArmGicLib: Fix two macros issue for offset parameter
authorMing Huang <huangming@linux.alibaba.com>
Thu, 25 Feb 2021 03:32:11 +0000 (11:32 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 1 Mar 2021 13:09:24 +0000 (13:09 +0000)
commitf7ee9e9253644a79a255b630ce6e22e019e3bf09
tree1ed937cf92022d6e165b4d9996495505c1a1cd59
parent31eaefd4df78d58ad4087a13f6fc7607b266d04e
ArmPkg/ArmGicLib: Fix two macros issue for offset parameter

Modify two macros to put "offset" in parentheses and remove
parentheses from "4 * offset".

Signed-off-by: Ming Huang <huangming@linux.alibaba.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
ArmPkg/Drivers/ArmGic/ArmGicLib.c