Re: [PATCH] mmc: debugfs: correct wrong voltage value

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 18 January 2016 at 10:35, Pawel Wodkowski <pawelx.wodkowski@xxxxxxxxx> wrote:
> From: Chuanxiao Dong <chuanxiao.dong@xxxxxxxxx>
>
> Correct the wrong voltage value shown in debugfs for mmc/sd/sdio.
>
> Signed-off-by: Chuanxiao Dong <chuanxiao.dong@xxxxxxxxx>
> Signed-off-by: Pawel Wodkowski <pawelx.wodkowski@xxxxxxxxx>

Thanks, applied for fixes and by adding the fixes tag below.

Fixes: 42cd95a0603e ("mmc: core: debugfs: Add signal_voltage to ios dump")

Kind regards
Uffe

> ---
>  drivers/mmc/core/debugfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/core/debugfs.c b/drivers/mmc/core/debugfs.c
> index bdfce774d848..6239ec3220a8 100644
> --- a/drivers/mmc/core/debugfs.c
> +++ b/drivers/mmc/core/debugfs.c
> @@ -170,7 +170,7 @@ static int mmc_ios_show(struct seq_file *s, void *data)
>                 str = "invalid";
>                 break;
>         }
> -       seq_printf(s, "signal voltage:\t%u (%s)\n", ios->chip_select, str);
> +       seq_printf(s, "signal voltage:\t%u (%s)\n", ios->signal_voltage, str);
>
>         switch (ios->drv_type) {
>         case MMC_SET_DRIVER_TYPE_A:
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux