Re: [PATCH] mmc: core: add sd uhs string for mmc_ios_show

2011-09-21 Thread Chris Ball
Hi Aaron, On Fri, Sep 02 2011, Aaron Lu wrote: > This is a minor fix. It makes mmc_ios_show print proper string when the > host's timing is one of the newly added UHS-I modes. > > Signed-off-by: Aaron Lu Thanks, pushed to mmc-next for 3.2. - Chris. -- Chris Ball One L

[PATCH] mmc: core: add sd uhs string for mmc_ios_show

2011-09-02 Thread Aaron Lu
This is a minor fix. It makes mmc_ios_show print proper string when the host's timing is one of the newly added UHS-I modes. Signed-off-by: Aaron Lu --- drivers/mmc/core/debugfs.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/core/debugfs.c b/driver