]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/UdfDxe: Remove negative comparison of unsigned number
authorPaulo Alcantara <pcacjr@zytor.com>
Wed, 13 Sep 2017 04:44:54 +0000 (12:44 +0800)
committerStar Zeng <star.zeng@intel.com>
Wed, 13 Sep 2017 06:28:21 +0000 (14:28 +0800)
commit35aec96c221b643b26e78305f6acda8ab0647cf3
treedd3733db661980fb21b00505f505d967f3e6e40f
parent62ef40c4959e7529053c4f0987e5dafc34880691
MdeModulePkg/UdfDxe: Remove negative comparison of unsigned number

This patch gets rid of a negative comparison of an UINT64 type (Offset)
as it'll never evaluate to true.

Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Reported-by: Star Zeng <star.zeng@intel.com>
Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c