From: Jan Nikitenko Date: Wed, 23 Jul 2008 23:27:07 +0000 (+0200) Subject: mmc_spi: put signals to low power off fix X-Git-Tag: v2.6.27-rc1~72^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1685a03e98b7e9b83e0aa692c1cc470b3aa37597;p=pandora-kernel.git mmc_spi: put signals to low power off fix The original intention was to write a zero byte to mmc to force spi signals to low when doing power off. Somehow the spi_w8r8 call got there so a read followed the write of single zero byte. This patch changes that to simple write of zero byte without the following read. This way the power off is more reliable and completely sufficient. Signed-off-by: Jan Nikitenko Signed-off-by: David Brownell Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed