summaryrefslogtreecommitdiff
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>2014-12-22 15:23:21 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2015-01-19 11:56:24 +0300
commit2070d805bc8cf14fcc9447273928af7e531697fe (patch)
treeacc2dc3b14bcda61afc2e1bc4a66837695266482 /include/linux/mmc
parent04cdbbfa73ebac57a30ec2ebebfd7e9342bbdc44 (diff)
downloadlinux-2070d805bc8cf14fcc9447273928af7e531697fe.tar.xz
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 <andrew_gabbasov@mentor.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc')
0 files changed, 0 insertions, 0 deletions