diff mbox series

mmc: tmio: fix typo in tmio_mmc_init_ocr()

Message ID 20190109222150.5563-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
State New, archived
Headers show
Series mmc: tmio: fix typo in tmio_mmc_init_ocr() | expand

Commit Message

Niklas Söderlund Jan. 9, 2019, 10:21 p.m. UTC
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 drivers/mmc/host/tmio_mmc_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wolfram Sang Jan. 10, 2019, 10:35 a.m. UTC | #1
On Wed, Jan 09, 2019 at 11:21:50PM +0100, Niklas Söderlund wrote:
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Ulf Hansson Jan. 14, 2019, 11:44 a.m. UTC | #2
On Wed, 9 Jan 2019 at 23:22, Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/tmio_mmc_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_core.c
> index efc0ca83c001b948..775633a68c169e95 100644
> --- a/drivers/mmc/host/tmio_mmc_core.c
> +++ b/drivers/mmc/host/tmio_mmc_core.c
> @@ -1066,7 +1066,7 @@ static int tmio_mmc_init_ocr(struct tmio_mmc_host *host)
>
>         /* use ocr_mask if no regulator */
>         if (!mmc->ocr_avail)
> -               mmc->ocr_avail =  pdata->ocr_mask;
> +               mmc->ocr_avail = pdata->ocr_mask;
>
>         /*
>          * try again.
> --
> 2.20.1
>
diff mbox series

Patch

diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_core.c
index efc0ca83c001b948..775633a68c169e95 100644
--- a/drivers/mmc/host/tmio_mmc_core.c
+++ b/drivers/mmc/host/tmio_mmc_core.c
@@ -1066,7 +1066,7 @@  static int tmio_mmc_init_ocr(struct tmio_mmc_host *host)
 
 	/* use ocr_mask if no regulator */
 	if (!mmc->ocr_avail)
-		mmc->ocr_avail =  pdata->ocr_mask;
+		mmc->ocr_avail = pdata->ocr_mask;
 
 	/*
 	 * try again.