Skip to content
Snippets Groups Projects
Commit e24bd1e7 authored by Tom Rini's avatar Tom Rini
Browse files
parents ea0211b6 2d2d306f
No related branches found
No related tags found
No related merge requests found
...@@ -337,11 +337,6 @@ static void ubi_fastmap_close(struct ubi_device *ubi) ...@@ -337,11 +337,6 @@ static void ubi_fastmap_close(struct ubi_device *ubi)
{ {
int i; int i;
#ifndef __UBOOT__
flush_work(&ubi->fm_work);
#else
update_fastmap_work_fn(ubi);
#endif
return_unused_pool_pebs(ubi, &ubi->fm_pool); return_unused_pool_pebs(ubi, &ubi->fm_pool);
return_unused_pool_pebs(ubi, &ubi->fm_wl_pool); return_unused_pool_pebs(ubi, &ubi->fm_wl_pool);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment