]> 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)
commit7d176bfa35a942feb6d32e6a18ac81d4bd7ea0af
treeadae970906093fd2dfe9c46abfce9294880841ac
parenta31dcb7c51f9a0d1e1c57f598c0c318ea3039bde
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