Merge "Fix vfat retry fsck logic" into main

This commit is contained in:
Daniel Rosenberg 2024-05-17 23:45:32 +00:00 committed by Gerrit Code Review
commit ad609263e8

View file

@ -114,7 +114,7 @@ status_t Check(const std::string& source) {
errno = EIO;
return -1;
}
} while (0);
} while (1);
return 0;
}