Re: [PATCH] mmc/sdhci-spear: Don't set power gpio to 1 on probe

2011-09-21 Thread Chris Ball
Hi Viresh, On Mon, Sep 12 2011, Viresh Kumar wrote: > Currently if card_power_gpio is passed from platform data, it is acquired and > its value is either set or reset. After that its value is written 1, which is > not required. > > So, this patch removes this extra line while sets its value. > > S

[PATCH] mmc/sdhci-spear: Don't set power gpio to 1 on probe

2011-09-12 Thread Viresh Kumar
Currently if card_power_gpio is passed from platform data, it is acquired and its value is either set or reset. After that its value is written 1, which is not required. So, this patch removes this extra line while sets its value. Signed-off-by: Viresh Kumar --- drivers/mmc/host/sdhci-spear.c |