diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c index c6a18a5427a..130a5bb57f3 100644 --- a/drivers/mmc/dw_mmc.c +++ b/drivers/mmc/dw_mmc.c @@ -554,7 +554,7 @@ static int dwmci_setup_bus(struct dwmci_host *host, u32 freq) unsigned long sclk; int ret; - if (freq == host->clock || freq == 0) + if (!freq) return 0; /*