From: Adrian Hunter Date: Tue, 4 Nov 2014 10:42:35 +0000 (+0200) Subject: mmc: sdhci: Fix incorrect ADMA2 descriptor table size X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09df940ebe0167dcf13d52ea122c99b9bb8365a;p=pandora-kernel.git mmc: sdhci: Fix incorrect ADMA2 descriptor table size The ADMA2 descriptor table size was being calculated incorrectly Fix it. Note that it has been wrong for a long time and likely has not caused any problems because of a combination of 1) not needing alignment descriptors for block operations 2) more memory being allocated than was requested 3) the use of SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC which does not use an extra descriptor for the end marker. Signed-off-by: Adrian Hunter Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed