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)
commit3df66e77e10a1eac51854dc91b0d0875897f2e4c
treec01b063e90948646610b31937c069b128448532d
parent88bed3a6a00a33b4b0c71efeb4523a694c3fe47b
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