commit | 74f5ba357c7cd63c664e65fb7a116dbc0538a2ec | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Feb 01 13:47:55 2017 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Feb 13 13:20:59 2017 +0100 |
tree | 17c0d5ec29d4dadbf4cce97328df056335f3d140 | |
parent | b2928e1049e1d96ac794293d18168c721dbfdb24 [diff] |
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>