summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx9/ddr.h
diff options
context:
space:
mode:
authorAndrew Goodbody <andrew.goodbody@linaro.org>2025-07-08 12:16:42 +0100
committerTom Rini <trini@konsulko.com>2025-07-15 09:55:48 -0600
commitdd4693136b33f2b175e8cedecf9d76e391acabdf (patch)
treee099d0adb0572bbe1b4dae04d60961f0c27a8d21 /arch/arm/include/asm/arch-imx9/ddr.h
parent505e2734756018af953d2e5bd1cd6ff7b66b0cdb (diff)
fs: exfat: Remove pointless variable uoffset
In exfat_generic_pread and exfat_generic_pwrite offset is passed in as a off_t type which is defined as 'unsigned long long' so there is no need to create the variable uoffset as a uint64_t as this is just a direct copy of offset. Also remove the impossible test of 'offset < 0' as this is always false due to offset being unsigned. This issue found by Smatch. Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Diffstat (limited to 'arch/arm/include/asm/arch-imx9/ddr.h')
0 files changed, 0 insertions, 0 deletions