mmc: core: keep consistent with upstream
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / core / debugfs.c
index 154aced0b91b63e33cb95a9ba1a82e386395392d..164da9e6b0e81d66b77e8ebe292f169a6ec52990 100644 (file)
@@ -148,7 +148,8 @@ static int mmc_ios_show(struct seq_file *s, void *data)
                str = "mmc HS200";
                break;
        case MMC_TIMING_MMC_HS400:
-               str = "mmc HS400";
+               str = mmc_card_hs400es(host->card) ?
+               "mmc HS400 enhanced strobe" : "mmc HS400";
                break;
        default:
                str = "invalid";