linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Yue Hu <zbestahu@gmail.com>
Cc: "linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Yue Hu <huyue2@yulong.com>,
	zbestahu@163.com
Subject: Re: [PATCH] mmc: test: remove the shutdown function
Date: Wed, 20 Jan 2021 15:07:48 +0100	[thread overview]
Message-ID: <CAPDyKFo1fc8xHN2PjrE1s4RGsTPzL6sq6e1+aCOZBJN-6iFD3A@mail.gmail.com> (raw)
In-Reply-To: <20210119051425.305-1-zbestahu@gmail.com>

On Tue, 19 Jan 2021 at 06:14, Yue Hu <zbestahu@gmail.com> wrote:
>
> From: Yue Hu <huyue2@yulong.com>
>
> Since it's doing nothing for shutdown behavior. And the callback will
> be checked firstly in mmc_bus_shutdown().
>
> Signed-off-by: Yue Hu <huyue2@yulong.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/core/mmc_test.c | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/drivers/mmc/core/mmc_test.c b/drivers/mmc/core/mmc_test.c
> index 152e752..f999b48 100644
> --- a/drivers/mmc/core/mmc_test.c
> +++ b/drivers/mmc/core/mmc_test.c
> @@ -3267,17 +3267,12 @@ static void mmc_test_remove(struct mmc_card *card)
>         mmc_test_free_dbgfs_file(card);
>  }
>
> -static void mmc_test_shutdown(struct mmc_card *card)
> -{
> -}
> -
>  static struct mmc_driver mmc_driver = {
>         .drv            = {
>                 .name   = "mmc_test",
>         },
>         .probe          = mmc_test_probe,
>         .remove         = mmc_test_remove,
> -       .shutdown       = mmc_test_shutdown,
>  };
>
>  static int __init mmc_test_init(void)
> --
> 1.9.1
>

      reply	other threads:[~2021-01-20 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19  5:14 [PATCH] mmc: test: remove the shutdown function Yue Hu
2021-01-20 14:07 ` Ulf Hansson [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=CAPDyKFo1fc8xHN2PjrE1s4RGsTPzL6sq6e1+aCOZBJN-6iFD3A@mail.gmail.com \
    --to=ulf.hansson@linaro.org \
    --cc=huyue2@yulong.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=zbestahu@163.com \
    --cc=zbestahu@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).