]> git.proxmox.com Git - mirror_edk2.git/commit
FatPkg: Explicitly declare FAT_CLUSTER_SPECIAL as unsigned type
authorHao Wu <hao.a.wu@intel.com>
Thu, 17 Nov 2016 07:57:43 +0000 (15:57 +0800)
committerHao Wu <hao.a.wu@intel.com>
Thu, 12 Jan 2017 13:26:27 +0000 (21:26 +0800)
commit4c5ee6a694aa755c90bcbcded88cf50758b5cb4d
treef4459e480461e7b39846dc58791b1dba744e7902
parentfbda8a344bafff20d31ceb649a220e4aaa465468
FatPkg: Explicitly declare FAT_CLUSTER_SPECIAL as unsigned type

In FatPkg, cluster-related varibles are declared as unsigned type (e.g.
UINT32/UINTN). To keep the comparisions involving those variables
type-matched, declare the definition FAT_CLUSTER_SPECIAL as unsigned type
explicitly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
FatPkg/EnhancedFatDxe/FatFileSystem.h
FatPkg/FatPei/FatLiteFmt.h