From: Andrew Gabbasov Date: Mon, 22 Dec 2014 12:23:21 +0000 (-0600) Subject: mmc: sdhci: Remove redundant ADMA page boundary warnings X-Git-Tag: fixes-v4.0-rc1~141^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2070d805bc8cf14fcc9447273928af7e531697fe;p=pandora-kernel.git mmc: sdhci: Remove redundant ADMA page boundary warnings The bounce buffer, used for misaligned bytes for ADMA access, resides wholly within the (align_sz)-aligned word, just by construction. The page addresses are aligned to (align_sz), either for 4 or 8 bytes alignment, so that the aligned word resides wholly within a single page and can't cross the page boundary. So, the bounce buffer can't cross the page boundary too. That's why the warnings are never hit, and can be safely removed. Signed-off-by: Andrew Gabbasov Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed