mufs: sync in mufs_format()
This commit is contained in:
parent
e24012af82
commit
952f2e63fb
1 changed files with 1 additions and 1 deletions
|
@ -88,5 +88,5 @@ int mufs_format(struct flash_dev *dev)
|
|||
if (flash_write(dev, 0, &super, sizeof super) == 0)
|
||||
return -1;
|
||||
|
||||
return 0;
|
||||
return flash_sync(dev);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue