Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5978a416 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "UBI: fix refill_wl_user_pool()"

parents b2d6a973 a2e100e6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -599,10 +599,6 @@ static void refill_wl_user_pool(struct ubi_device *ubi)
	return_unused_pool_pebs(ubi, pool);

	for (pool->size = 0; pool->size < pool->max_size; pool->size++) {
		if (!ubi->free.rb_node ||
		   (ubi->free_count - ubi->beb_rsvd_pebs < 1))
			break;

		pool->pebs[pool->size] = __wl_get_peb(ubi);
		if (pool->pebs[pool->size] < 0)
			break;