From: Jaehoon Chung Date: Wed, 11 Jan 2012 09:28:21 +0000 (+0000) Subject: mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation X-Git-Tag: v3.3-rc1~72^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8234e86960b07f5a3cf9973de3f9ba9a50450464;p=pandora-kernel.git mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation In FIFOTH register, the RX_WMark field (bits[27:16]) defaults to FIFO_DEPTH - 1. When reading it, bits[26:16] were being used, so fix it to use the mask 0xfff instead of 0x7ff. Signed-off-by: Jaehoon Chung Reviewed-by: James Hogan Signed-off-by: Chris Ball --- Reading git-diff-tree failed