]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Rename adma_desc to adma_table
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 4 Nov 2014 10:42:39 +0000 (12:42 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:50 +0000 (12:40 +0100)
commitd87c51db3cf5d8db8ae5232534dc014466b29d56
treeadae970906093fd2dfe9c46abfce9294880841ac
parent2d9e55f461f338c39b303e590d0f7955b6671ed8
mmc: sdhci: Rename adma_desc to adma_table

In preparation for 64-bit ADMA, rename adma_desc to
adma_table.  That is because members will be added
for descriptor size and table size, so using adma_desc
(which is the table) is confusing.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c
include/linux/mmc/sdhci.h