mmc: sdhci-spear: Don't set power gpio to 1 on probe
authorViresh Kumar <viresh.kumar@st.com>
Mon, 12 Sep 2011 11:22:49 +0000 (16:52 +0530)
committerChris Ball <cjb@laptop.org>
Wed, 26 Oct 2011 20:32:00 +0000 (16:32 -0400)
commit46cbd56ad4a686c52eeab427faf7e28415bbf28f
tree551e6bb845ef347f58d03821f1c9477d8b5fddcb
parente51cbc9eab260ed50548925f6879c04e81123928
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 <viresh.kumar@st.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-spear.c