commit | b1ddaa3d066f28b626a15b15b0dc377fee2e2406 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@chromium.org> | Thu Mar 12 18:11:01 2015 -0700 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Mar 23 14:13:47 2015 +0100 |
tree | 378f1fe286c73053108312c65ad827bb8e564b6e | |
parent | 04e079cf6b24c794bbc52b04b370f84cb728540e [diff] |
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: Dmitry Torokhov <dtor@chromium.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>