From: Shawn Guo Date: Fri, 1 Jul 2011 01:35:28 +0000 (+0800) Subject: mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host X-Git-Tag: v3.1-rc1~125^2^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d2177f00a5252d825236c5124bc1e9918bdb41;p=pandora-kernel.git mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host Neither platform based nor dt based device needs to pass the parent to sdhci_alloc_host. There is no difference between platform and dt on this point. The patch makes the change to pass device itself than its parent to sdhci_alloc_host for dt case too. Otherwise the probe function of sdhci based drivers which is shared between platform and dt will fail on dt case. Signed-off-by: Shawn Guo Cc: Chris Ball Acked-by: Grant Likely Acked-by: Chris Ball --- Reading git-diff-tree failed