audk/MdeModulePkg/Bus/Ata
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
..
AhciPei MdeModulePkg/Bus/Ata/AhciPei: Fix DEADCODE Coverity issue 2023-02-02 03:50:28 +00:00
AtaAtapiPassThru MdeModulePkg/Ata: Fix command status reporting 2022-12-12 01:53:49 +00:00
AtaBusDxe MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00