From: Dmitry Torokhov Date: Fri, 13 Mar 2015 01:11:01 +0000 (-0700) Subject: mmc: sdhci-iproc: fix oops in sdhci_iproc_writew X-Git-Tag: omap-for-v4.2/o2_dc~168^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ddaa3d066f28b626a15b15b0dc377fee2e2406;p=pandora-kernel.git 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 Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed