]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: Remove redundant code in mmc_send_cid()
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 8 Jun 2017 13:27:42 +0000 (15:27 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 20 Jun 2017 08:30:45 +0000 (10:30 +0200)
commitc4a66af0eb6024509f07a0c06b27647ad8d347fc
treec01b063e90948646610b31937c069b128448532d
parente414d02a1fa43d962b71301fb3bdf9df2a48a466
mmc: core: Remove redundant code in mmc_send_cid()

The mmc_send_cid() is never called using non SPI mode. Thus, let's remove
the redundant code dealing with this.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/mmc/core/mmc_ops.c