]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Bus/Ata/AhciPei: Fix DEADCODE Coverity issue
authorRanbir Singh <Ranbir.Singh3@Dell.com>
Thu, 22 Dec 2022 08:12:39 +0000 (13:42 +0530)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 2 Feb 2023 03:50:28 +0000 (03:50 +0000)
commitae6e470252d9312dce20d0b21e7f622c4ca9ad0a
treefbac4f4cc4289d9eea48efc616df8e983ad247a3
parent558b37b49b2196e82f2e8f9da7939f755343e94a
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>
MdeModulePkg/Bus/Ata/AhciPei/AhciPeiS3.c