Skip to content
Snippets Groups Projects
Commit 14424be4 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe
Browse files

mg_disk: Spelling s/finised/finished/

parent 9967d8ac
No related branches found
No related tags found
No related merge requests found
...@@ -915,7 +915,7 @@ static int mg_probe(struct platform_device *plat_dev) ...@@ -915,7 +915,7 @@ static int mg_probe(struct platform_device *plat_dev)
/* disk reset */ /* disk reset */
if (prv_data->dev_attr == MG_STORAGE_DEV) { 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); err = mg_wait_rstout(host->rstout, MG_TMAX_RSTOUT);
if (err) if (err)
goto probe_err_3b; goto probe_err_3b;
......
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