commit | 9491be5ff06ff08d61e6a8d767382ea0037a6f38 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Feb 01 13:47:56 2017 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Feb 13 13:21:00 2017 +0100 |
tree | d759768390b4541401cd683bdfc12c04f02a7df0 | |
parent | 74f5ba357c7cd63c664e65fb7a116dbc0538a2ec [diff] |
mmc: queue: turn queue flags into bools Instead of masking and setting two bits in the "flags" field for the mmc_queue, just use two bools named "suspended" and "new_request". The masking and setting would likely have race conditions anyways, it is better to use a simple member like this. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>