disk: part_efi: clarify lbaint_t usage
authorSteve Rae <srae@broadcom.com>
Mon, 26 May 2014 18:52:23 +0000 (11:52 -0700)
committerChanho Park <chanho61.park@samsung.com>
Tue, 11 Aug 2015 13:24:52 +0000 (22:24 +0900)
commit4ed7df073db1ae7c93e361984d379ae2291450b3
treeefb2e3746d93165b8c86939a9917c75dd6be6208
parentc5516330b24dadbebfff1ecb0258d6c4dded2b9a
disk: part_efi: clarify lbaint_t usage

- update the comments regarding lbaint_t usage
- cleanup casting of values related to the lbaint_t type
- cleanup of a type that requires a u64

Tested on little endian ARMv7 and ARMv8 configurations

Signed-off-by: Steve Rae <srae@broadcom.com>
disk/part_dos.c
disk/part_efi.c
fs/fat/fat_write.c