mmc: core: Update ->card_busy() callback comment
authorMårten Lindahl <marten.lindahl@axis.com>
Mon, 16 Aug 2021 15:30:54 +0000 (17:30 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Aug 2021 13:20:00 +0000 (15:20 +0200)
According to SD specification checking state of DAT0 only, is enough while
polling for card busy completion. Let's update the comment in the header
file to correct this, as the comment says DAT[0:3].

Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com>
Link: https://lore.kernel.org/r/20210816153054.24082-1-marten.lindahl@axis.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
include/linux/mmc/host.h

index 0abd47e9ef9bb01cea23f09ab60836ae9e3e23d4..ff1a251bb0bc6342fc9f7f104911484456ecf8c5 100644 (file)
@@ -153,7 +153,7 @@ struct mmc_host_ops {
 
        int     (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
 
-       /* Check if the card is pulling dat[0:3] low */
+       /* Check if the card is pulling dat[0] low */
        int     (*card_busy)(struct mmc_host *host);
 
        /* The tuning command opcode value is different for SD and eMMC cards */