From: Russell King Date: Fri, 28 Feb 2014 21:32:34 +0000 (+0000) Subject: mmc: sdhci-spear: fix platform_data usage X-Git-Tag: v3.15-rc1~42^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcdb7c8f5019f77b1f55739a1caf9168d3b455d4;p=pandora-kernel.git mmc: sdhci-spear: fix platform_data usage sdhci-spear is unsafe should a probe fail or defer, since it overwrites the platform_data with its own driver-private data. It's trivial to fix as SDHCI allows for driver-private data to be appended to its own structure - we just need to arrange the code to allow this. Signed-off-by: Russell King Signed-off-by: Chris Ball --- Reading git-diff-tree failed