audk/MdeModulePkg/Bus/Ata/AhciPei
Ranbir Singh ae6e470252 MdeModulePkg/Bus/Ata/AhciPei: Fix DEADCODE Coverity issue
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4201

The code can reach line 69 only through the else path above at line 57.
The else path already has the same NULL check at line 59 and hence the
duplicate code lines are totally redundant which can be deleted.

Signed-off-by: Ranbir Singh <Ranbir.Singh3@Dell.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
2023-02-02 03:50:28 +00:00
..
AhciMode.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AhciPei.c MdeModulePkg/AhciPei: Fix MMIO base assignment 2022-09-15 04:17:07 +00:00
AhciPei.h MdeModulePkg/AhciPei: Use PCI_DEVICE_PPI to manage AHCI device 2022-08-05 02:20:00 +00:00
AhciPei.inf MdeModulePkg/AhciPei: Use PCI_DEVICE_PPI to manage AHCI device 2022-08-05 02:20:00 +00:00
AhciPei.uni
AhciPeiBlockIo.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AhciPeiBlockIo.h MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AhciPeiExtra.uni
AhciPeiPassThru.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AhciPeiPassThru.h MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AhciPeiS3.c MdeModulePkg/Bus/Ata/AhciPei: Fix DEADCODE Coverity issue 2023-02-02 03:50:28 +00:00
AhciPeiStorageSecurity.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
AhciPeiStorageSecurity.h MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DevicePath.c MdeModulePkg/AhciPei: Use PCI_DEVICE_PPI to manage AHCI device 2022-08-05 02:20:00 +00:00
DmaMem.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00