From: Viresh Kumar Date: Mon, 12 Sep 2011 11:22:49 +0000 (+0530) Subject: mmc: sdhci-spear: Don't set power gpio to 1 on probe X-Git-Tag: v3.2-rc1~129^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46cbd56ad4a686c52eeab427faf7e28415bbf28f;p=pandora-kernel.git mmc: sdhci-spear: Don't set power gpio to 1 on probe Currently if card_power_gpio is passed from platform data, it is acquired and its value is either set or reset. After that we overwrite it with 1, which is not required. So, this patch removes the extra line which sets its value. Signed-off-by: Viresh Kumar Signed-off-by: Chris Ball --- Reading git-diff-tree failed