From: Wolfgang Muees Date: Tue, 7 Apr 2009 13:48:16 +0000 (+0100) Subject: mmc_spi: do not check CID and CSD blocks with CRC16 X-Git-Tag: v2.6.30-rc2~115^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d9f25c036dd584db175552a7d162403d3ab54b3;p=pandora-kernel.git mmc_spi: do not check CID and CSD blocks with CRC16 Some cards are not able to calculate a valid CRC16 value for CID and CSD reads (CRC for 512 byte data blocks is OK). By moving the CRC enable after the read of CID and CSD, these cards can be used. This patch was tested with a faulty 8 GByte takeMS Class 6 SDHC card. This patch was suggested by Pierre Ossman. Signed-off-by: Wolfgang Muees Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed