Re: [PATCH 06/11] mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmds
From: Linus Walleij <hidden>
Date: 2021-05-06 12:56:45
Also in:
linux-mmc, lkml
From: Linus Walleij <hidden>
Date: 2021-05-06 12:56:45
Also in:
linux-mmc, lkml
On Tue, May 4, 2021 at 6:12 PM Ulf Hansson [off-list ref] wrote:
The function mmc_send_cxd_data() sends a data read command of ADTC type and prepares to receive an R1 response. To make it even more re-usable, let's extend it with another in-parameter for the command argument. While at it, let's also rename the function to mmc_send_adtc_data() as it better describes its purpose. Note that, this change doesn't add any new users of the function. Instead that is done from subsequent changes. Signed-off-by: Ulf Hansson <redacted>
Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij