commit | 5e1a860e6cd6d42d9ae16c9d9abbde46514da46d | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit@wsystem.com> | Mon Sep 28 15:45:30 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 11 17:12:07 2015 -0400 |
tree | 006bc0ed1aca156f0c2ce0aa51f6b7981c2aa68b | |
parent | 1d7f2ece69c9d80264321bc4ee07f57eec392538 [diff] |
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>