]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: Remove redundant __mmc_send_status()
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 8 Nov 2016 14:27:27 +0000 (15:27 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 Nov 2016 08:05:23 +0000 (09:05 +0100)
commiteb2161b1c3322d050e18676cf7f8900e367dd360
treea9ae27a32aaca8b481fe2a6b49b41edd8694472b
parent3757f0b62b403bbaf3533c225380674992765b5e
mmc: core: Remove redundant __mmc_send_status()

There are only one users left which calls __mmc_send_status(). Moreover,
the ignore_crc parameter isn't being used, so let's just remove these
redundant parts.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
drivers/mmc/core/mmc_ops.c