]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: block: rename mmc_active to areq
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 1 Feb 2017 12:47:55 +0000 (13:47 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:20:59 +0000 (13:20 +0100)
commit74f5ba357c7cd63c664e65fb7a116dbc0538a2ec
tree17c0d5ec29d4dadbf4cce97328df056335f3d140
parentb2928e1049e1d96ac794293d18168c721dbfdb24
mmc: block: rename mmc_active to areq

The mmc_active member of struct mmc_queue_req has a very
confusing name: this is certainly not always "active", it is
the asynchronous request associated by the mmc_queue_req
but it is not guaranteed to be "active" in any sense, such
as being running on the host.

Simply rename this member to "areq".

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/block.c
drivers/mmc/core/queue.h