commit | 2c53845cbe3b02c8e2a6458fff6a256057334606 | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Thu Feb 10 16:20:19 2022 -0500 |
committer | bigbiff <bigbiff@teamw.in> | Sun Feb 20 17:42:27 2022 +0000 |
tree | 91b0d871d3b0e2ebdfdc2a1f05704d40e4447209 | |
parent | fcb99a2cb551623fe54872011a222f0656484b03 [diff] |
sdcard: remove mount check Change-Id: I278d7f71e79a82a34f95dba197555d08960f2723
diff --git a/partition.cpp b/partition.cpp index 69c3412..6d1825d 100755 --- a/partition.cpp +++ b/partition.cpp
@@ -703,8 +703,6 @@ Primary_Block_Device.c_str(), Mount_Point.c_str()); } } else { - if (Is_Mounted()) - UnMount(true); Set_FBE_Status(); int is_device_fbe; DataManager::GetValue(TW_IS_FBE, is_device_fbe);