[PATCH master 2/3] mci: core: remove HS200 from mci_timing_is_ddr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



HS200 is a single date rate speed mode. HS400 is the DDR variant, so
drop the former from the mci_timing_is_ddr list.

No functional change expected as the only driver that currently
supported HS200 doesn't call this function anyway.

Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
---
 include/mci.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/mci.h b/include/mci.h
index 3612c50b1398..b87301f97d47 100644
--- a/include/mci.h
+++ b/include/mci.h
@@ -446,7 +446,6 @@ static inline bool mci_timing_is_ddr(enum mci_timing timing)
 {
 	switch (timing) {
 	case MMC_TIMING_UHS_DDR50:
-	case MMC_TIMING_MMC_HS200:
 	case MMC_TIMING_MMC_DDR52:
 	case MMC_TIMING_MMC_HS400:
 		return true;
-- 
2.39.2





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux