Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b1ddaa3d authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Ulf Hansson
Browse files

mmc: sdhci-iproc: fix oops in sdhci_iproc_writew


The driver co-allocates sdhci_iproc_host with sdhci_pltfm_host and so to
access it we need to use sdhci_pltfm_priv() and not pltfm_host->priv.

Signed-off-by: default avatarDmitry Torokhov <dtor@chromium.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 04e079cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment