mmc: rework selection of bus speed mode
[cascardo/linux.git] / drivers / mmc / core / debugfs.c
index 509229b..1f730db 100644 (file)
@@ -139,7 +139,7 @@ static int mmc_ios_show(struct seq_file *s, void *data)
                str = "mmc DDR52";
                break;
        case MMC_TIMING_MMC_HS200:
-               str = "mmc high-speed SDR200";
+               str = "mmc HS200";
                break;
        default:
                str = "invalid";