From: Sahitya Tummala Date: Wed, 8 Dec 2010 09:33:07 +0000 (+0530) Subject: mmc: msm_sdcc: Check for only DATA_END interrupt to end a request X-Git-Tag: v2.6.38-rc1~473^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c521ccbd0c9ad5623ff9b37b20b3ff9d4ad65a7;p=pandora-kernel.git mmc: msm_sdcc: Check for only DATA_END interrupt to end a request The current code checks for both DATA_END and DATA_BLK_END bits in MCI_STATUS register and ends a request only if both are set at a time. The hardware doesn't always set DATA_BLK_END when DATA_END is set. But DATA_END status itself is sufficient condition from hardware that data transfer is done and hence, check for only DATA_END interrupt in software to end a request. Signed-off-by: Sahitya Tummala Signed-off-by: David Brown --- Reading git-diff-tree failed