]> git.ipfire.org Git - people/ms/u-boot.git/commit
fs/fat/fat_write: Fix curclust/newclust mix-up
authorBenoît Thébaudeau <benoit@wsystem.com>
Mon, 28 Sep 2015 13:45:30 +0000 (15:45 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 11 Oct 2015 21:12:07 +0000 (17:12 -0400)
commit5e1a860e6cd6d42d9ae16c9d9abbde46514da46d
tree006bc0ed1aca156f0c2ce0aa51f6b7981c2aa68b
parent1d7f2ece69c9d80264321bc4ee07f57eec392538
fs/fat/fat_write: Fix curclust/newclust mix-up

curclust was used instead of newclust in the debug() calls and in one
CHECK_CLUST() call, which could skip a failure case.

Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com>
fs/fat/fat_write.c