audk/MdeModulePkg/Bus/Ata/AtaBusDxe
Ranbir Singh 4fb69c2bee MdeModulePkg/Bus/Ata/AtaBusDxe: Fix SIGN_EXTENSION Coverity issue
Line number 365 does contain a typecast with UINT32, but it is after
all the operations (16-bit left shift followed by OR'ing) are over.
To avoid any SIGN_EXTENSION, typecast the intermediate result after
16-bit left shift operation immediately with UINT32.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4209

Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Ranbir Singh <Ranbir.Singh3@Dell.com>
Signed-off-by: Ranbir Singh <rsingh@ventanamicro.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
2023-09-20 05:47:00 +00:00
..
AtaBus.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AtaBus.h MdeModulePkg: Consume new alignment-related macros 2023-04-01 23:11:44 +00:00
AtaBusDxe.inf MdeModulePkg/Bus/Ata: Fix various typos 2020-02-10 22:30:07 +00:00
AtaBusDxe.uni MdeModulePkg/Bus/Ata: Fix various typos 2020-02-10 22:30:07 +00:00
AtaBusDxeExtra.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
AtaPassThruExecute.c MdeModulePkg/Bus/Ata/AtaBusDxe: Fix SIGN_EXTENSION Coverity issue 2023-09-20 05:47:00 +00:00
ComponentName.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00