From: Shashidhar Hiremath Date: Fri, 29 Jul 2011 12:49:50 +0000 (-0400) Subject: mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macro X-Git-Tag: v3.1-rc2~2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b7bbe1085eb2b0f2d5d81f4116772cb2af497a4;p=pandora-kernel.git mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macro The mask used inside this macro was assuming Buffer_Size1's [BS1's] width to be 14 bits, it is actually 13 bits. Modify masks used in IDMAC_SET_BUFFER1_SIZE such that they use only 13 bits instead of current 14. Signed-off-by: Shashidhar Hiremath Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed