Re: [PATCH 07/11] mmc: core: Drop open coding in mmc_sd_switch()
From: Linus Walleij <hidden>
Date: 2021-05-06 12:57:24
Also in:
linux-mmc, lkml
From: Linus Walleij <hidden>
Date: 2021-05-06 12:57:24
Also in:
linux-mmc, lkml
On Tue, May 4, 2021 at 6:12 PM Ulf Hansson [off-list ref] wrote:
The SD_SWITCH (CMD6) is an ADTC type of command with an R1 response, which can be sent by using the mmc_send_adtc_data(). Let's do that and drop the open coding in mmc_sd_switch(). Signed-off-by: Ulf Hansson <redacted>
Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij