Skip to content

Commit 0c13453

Browse files
Niklas Söderlundstorulf
authored andcommitted
mmc: tmio: fix typo in tmio_mmc_init_ocr()
Signed-off-by: Niklas Söderlund <[email protected]> Reviewed-by: Wolfram Sang <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 7e926f4 commit 0c13453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/host/tmio_mmc_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ static int tmio_mmc_init_ocr(struct tmio_mmc_host *host)
10661066

10671067
/* use ocr_mask if no regulator */
10681068
if (!mmc->ocr_avail)
1069-
mmc->ocr_avail = pdata->ocr_mask;
1069+
mmc->ocr_avail = pdata->ocr_mask;
10701070

10711071
/*
10721072
* try again.

0 commit comments

Comments
 (0)