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

Commit 284eb9a2 authored by Asai Thambi SP's avatar Asai Thambi SP Committed by Jens Axboe
Browse files

mtip32xx: remove unnecessary sleep in mtip_ftl_rebuild_poll()

parent 2132a544
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2891,7 +2891,6 @@ static int mtip_ftl_rebuild_poll(struct driver_data *dd)
			mtip_block_initialize(dd);
			return 0;
		}
		ssleep(10);
	} while (time_before(jiffies, timeout));

	/* Check for timeout */