]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/core/debugfs.c
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for...
[~andy/linux] / drivers / mmc / core / debugfs.c
index 027615d3bf3e2b6c11af895d79906281816c5182..9ab5b17d488ae45f63756a43bfe8917e88b52e86 100644 (file)
@@ -135,6 +135,9 @@ static int mmc_ios_show(struct seq_file *s, void *data)
        case MMC_TIMING_UHS_DDR50:
                str = "sd uhs DDR50";
                break;
+       case MMC_TIMING_MMC_HS200:
+               str = "mmc high-speed SDR200";
+               break;
        default:
                str = "invalid";
                break;