mmc: debugfs: add HS400 enhanced strobe description
[sfrench/cifs-2.6.git] / drivers / mmc / core / debugfs.c
index 9382a57a5aa496f19c22353521fe475e1d253c91..c8451ce557ae69da2d01aed9a06c9ca6efbc556f 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";