diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/sdhci.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 4a9245346..31c738e9a 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sdhci.c @@ -377,6 +377,7 @@ int add_sdhci(struct sdhci_host *host, u32 max_clk, u32 min_clk)  	}  	mmc->priv = host; +	host->mmc = mmc;  	sprintf(mmc->name, "%s", host->name);  	mmc->send_cmd = sdhci_send_command;  |