* [PATCH] mmc: mxcmmc: Fix MODULE_ALIAS
@ 2012-10-09 19:26 Fabio Estevam
2012-10-29 20:42 ` Sascha Hauer
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2012-10-09 19:26 UTC (permalink / raw)
To: cjb; +Cc: s.hauer, linux-mmc, Fabio Estevam
The correct name for the driver is "mxc-mmc".
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
drivers/mmc/host/mxcmmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
index 565c2e4..6290b7f 100644
--- a/drivers/mmc/host/mxcmmc.c
+++ b/drivers/mmc/host/mxcmmc.c
@@ -1134,4 +1134,4 @@ module_platform_driver(mxcmci_driver);
MODULE_DESCRIPTION("i.MX Multimedia Card Interface Driver");
MODULE_AUTHOR("Sascha Hauer, Pengutronix");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:imx-mmc");
+MODULE_ALIAS("platform:mxc-mmc");
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] mmc: mxcmmc: Fix MODULE_ALIAS
2012-10-09 19:26 [PATCH] mmc: mxcmmc: Fix MODULE_ALIAS Fabio Estevam
@ 2012-10-29 20:42 ` Sascha Hauer
2012-10-29 20:53 ` Chris Ball
0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2012-10-29 20:42 UTC (permalink / raw)
To: Fabio Estevam; +Cc: cjb, linux-mmc
On Tue, Oct 09, 2012 at 04:26:05PM -0300, Fabio Estevam wrote:
> The correct name for the driver is "mxc-mmc".
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha
> ---
> drivers/mmc/host/mxcmmc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
> index 565c2e4..6290b7f 100644
> --- a/drivers/mmc/host/mxcmmc.c
> +++ b/drivers/mmc/host/mxcmmc.c
> @@ -1134,4 +1134,4 @@ module_platform_driver(mxcmci_driver);
> MODULE_DESCRIPTION("i.MX Multimedia Card Interface Driver");
> MODULE_AUTHOR("Sascha Hauer, Pengutronix");
> MODULE_LICENSE("GPL");
> -MODULE_ALIAS("platform:imx-mmc");
> +MODULE_ALIAS("platform:mxc-mmc");
> --
> 1.7.9.5
>
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-29 20:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 19:26 [PATCH] mmc: mxcmmc: Fix MODULE_ALIAS Fabio Estevam
2012-10-29 20:42 ` Sascha Hauer
2012-10-29 20:53 ` Chris Ball
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox