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

Commit 14424be4 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe
Browse files

mg_disk: Spelling s/finised/finished/

parent 9967d8ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -915,7 +915,7 @@ static int mg_probe(struct platform_device *plat_dev)

	/* disk reset */
	if (prv_data->dev_attr == MG_STORAGE_DEV) {
		/* If POR seq. not yet finised, wait */
		/* If POR seq. not yet finished, wait */
		err = mg_wait_rstout(host->rstout, MG_TMAX_RSTOUT);
		if (err)
			goto probe_err_3b;