X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fmmc%2Fdw_mmc.c;h=d45c15cfa4e539887cd2500cf12ee4c85efb9cd6;hb=d3e016cc28684cd32d826a9414a0e89ccf80861a;hp=4cec5aaa604b0fdba8bedbfed149e2405a6e7ded;hpb=e6fe4bd989b93b1f37a25771fc14478dd33aa0df;p=kernel%2Fu-boot.git diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c old mode 100755 new mode 100644 index 4cec5aa..d45c15c --- a/drivers/mmc/dw_mmc.c +++ b/drivers/mmc/dw_mmc.c @@ -237,7 +237,7 @@ static int dwmci_setup_bus(struct dwmci_host *host, u32 freq) * host->bus_hz should be set from user. */ if (host->get_mmc_clk) - sclk = host->get_mmc_clk(host->dev_index); + sclk = host->get_mmc_clk(host); else if (host->bus_hz) sclk = host->bus_hz; else {