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

Commit 2abd4f1a authored by Michał Mirosław's avatar Michał Mirosław Committed by Chris Ball
Browse files

mmc: cb710: remove unnecessary msleep()

parent 7fcc4ce3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -495,7 +495,6 @@ static void cb710_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq)

	if (!cb710_mmc_command(mmc, mrq->cmd) && mrq->stop)
		cb710_mmc_command(mmc, mrq->stop);
	mdelay(1);

	tasklet_schedule(&reader->finish_req_tasklet);
}