All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Zhangfei Gao <zhangfei.gao@linaro.org>
Cc: Jaehoon Chung <jh80.chung@samsung.com>,
	linux-mmc <linux-mmc@vger.kernel.org>,
	Peter Griffin <peter.griffin@linaro.org>
Subject: Re: [PATCH 4/4] mmc: sdhci-st: Fix modalias to make module auto-loading work
Date: Mon, 18 May 2015 11:17:50 +0200	[thread overview]
Message-ID: <CAPDyKFoRdQrzy24f1G4jgiGW-dtKyXRv+sQkY2TsHK+=JFbQTw@mail.gmail.com> (raw)
In-Reply-To: <1431593987-455-5-git-send-email-zhangfei.gao@linaro.org>

On 14 May 2015 at 10:59, Zhangfei Gao <zhangfei.gao@linaro.org> wrote:
> Make the modalias match driver name, this is required to make module
> auto-loading work.
>
> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
> CC: Peter Griffin <peter.griffin@linaro.org>

Thanks, applied.

Kind regards
Uffe

> ---
>  drivers/mmc/host/sdhci-st.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci-st.c b/drivers/mmc/host/sdhci-st.c
> index 682f2bb..969c2b0 100644
> --- a/drivers/mmc/host/sdhci-st.c
> +++ b/drivers/mmc/host/sdhci-st.c
> @@ -509,4 +509,4 @@ module_platform_driver(sdhci_st_driver);
>  MODULE_DESCRIPTION("SDHCI driver for STMicroelectronics SoCs");
>  MODULE_AUTHOR("Giuseppe Cavallaro <peppe.cavallaro@st.com>");
>  MODULE_LICENSE("GPL v2");
> -MODULE_ALIAS("platform:st-sdhci");
> +MODULE_ALIAS("platform:sdhci-st");
> --
> 1.9.1
>

      reply	other threads:[~2015-05-18  9:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-14  8:59 [PATCH 0/4] align modalias with driver name for module auto-loading Zhangfei Gao
2015-05-14  8:59 ` [PATCH 1/4] mmc: dw_mmc: k3: Fix modalias to make module auto-loading work Zhangfei Gao
2015-05-14  8:59 ` [PATCH 2/4] mmc: dw_mmc: exynos: " Zhangfei Gao
2015-05-14  8:59 ` [PATCH 3/4] mmc: dw_mmc: rockchip: " Zhangfei Gao
2015-05-14 15:22   ` Doug Anderson
2015-05-14  8:59 ` [PATCH 4/4] mmc: sdhci-st: " Zhangfei Gao
2015-05-18  9:17   ` 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='CAPDyKFoRdQrzy24f1G4jgiGW-dtKyXRv+sQkY2TsHK+=JFbQTw@mail.gmail.com' \
    --to=ulf.hansson@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=peter.griffin@linaro.org \
    --cc=zhangfei.gao@linaro.org \
    /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.