fs: fat: remove superfluous assignments
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 25 Jan 2021 23:14:14 +0000 (00:14 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 29 Jan 2021 15:36:48 +0000 (10:36 -0500)
commit84ca3055f0e6ae9c7d1434fac037bd6b8af1e8c9
tree940c432c78c4cdbdaa3fbde6083add174e62a7f9
parent41ac28c67272d99836aebb840e5ab94b3ae14023
fs: fat: remove superfluous assignments

Do not assign a value to a variable if it is not used.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
fs/fat/fat.c
fs/fat/fat_write.c