From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: <u-boot@lists.denx.de>
Cc: <trini@konsulko.com>, <ycliang@andestech.com>
Subject: RE: [PATCH] mmc: cv1800b_sdhci: Remove the unused argument
Date: Mon, 15 Apr 2024 17:01:19 +0900 [thread overview]
Message-ID: <004201da8f0b$19874a80$4c95df80$@samsung.com> (raw)
In-Reply-To: <20240415075650.22442-1-jh80.chung@samsung.com>
Hi,
> -----Original Message-----
> From: Jaehoon Chung <jh80.chung@samsung.com>
> Sent: Monday, April 15, 2024 4:57 PM
> To: u-boot@lists.denx.de
> Cc: trini@konsulko.com; ycliang@andestech.com; Jaehoon Chung <jh80.chung@samsung.com>
> Subject: [PATCH] mmc: cv1800b_sdhci: Remove the unused argument
>
> Remove the unused argument about cmd_error.
>
> Fixes: a3b2786651c7 ("mmc: Drop unused mmc_send_tuning() cmd_error parameter")
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
This patch is based on u-boot-mmc/master.
Best Regards,
Jaehoon Chung
>
> ---
> drivers/mmc/cv1800b_sdhci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/cv1800b_sdhci.c b/drivers/mmc/cv1800b_sdhci.c
> index 2275c5377723..9af6b9719844 100644
> --- a/drivers/mmc/cv1800b_sdhci.c
> +++ b/drivers/mmc/cv1800b_sdhci.c
> @@ -42,7 +42,7 @@ static int cv1800b_execute_tuning(struct mmc *mmc, u8 opcode)
> for (tap = 0; tap < TUNE_MAX_PHCODE; tap++) {
> cv1800b_set_tap_delay(host, tap);
>
> - if (mmc_send_tuning(host->mmc, opcode, NULL)) {
> + if (mmc_send_tuning(host->mmc, opcode)) {
> current_size = 0;
> } else {
> current_size++;
> --
> 2.25.1
prev parent reply other threads:[~2024-04-15 8:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20240415075652epcas1p215ca1c7b29656c5f75685daf6e20f197@epcas1p2.samsung.com>
2024-04-15 7:56 ` [PATCH] mmc: cv1800b_sdhci: Remove the unused argument Jaehoon Chung
2024-04-15 8:01 ` Jaehoon Chung [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='004201da8f0b$19874a80$4c95df80$@samsung.com' \
--to=jh80.chung@samsung.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=ycliang@andestech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.