* [PATCH] mtd: omap_elm: Fix module alias
@ 2015-08-18 13:03 Axel Lin
2015-08-18 14:03 ` Roger Quadros
2015-08-19 0:58 ` Brian Norris
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2015-08-18 13:03 UTC (permalink / raw)
To: Brian Norris
Cc: Roger Quadros, Frans Klaver, Ezequiel García,
David Woodhouse, linux-mtd
Remove extra space after the "platform:" prefix and make the alias matches
driver name.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/mtd/nand/omap_elm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/omap_elm.c b/drivers/mtd/nand/omap_elm.c
index 376bfe1..235ec79 100644
--- a/drivers/mtd/nand/omap_elm.c
+++ b/drivers/mtd/nand/omap_elm.c
@@ -574,5 +574,5 @@ module_platform_driver(elm_driver);
MODULE_DESCRIPTION("ELM driver for BCH error correction");
MODULE_AUTHOR("Texas Instruments");
-MODULE_ALIAS("platform: elm");
+MODULE_ALIAS("platform:" DRIVER_NAME);
MODULE_LICENSE("GPL v2");
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mtd: omap_elm: Fix module alias
2015-08-18 13:03 [PATCH] mtd: omap_elm: Fix module alias Axel Lin
@ 2015-08-18 14:03 ` Roger Quadros
2015-08-19 0:58 ` Brian Norris
1 sibling, 0 replies; 3+ messages in thread
From: Roger Quadros @ 2015-08-18 14:03 UTC (permalink / raw)
To: Axel Lin, Brian Norris
Cc: Frans Klaver, Ezequiel García, David Woodhouse, linux-mtd
On 18/08/15 16:03, Axel Lin wrote:
> Remove extra space after the "platform:" prefix and make the alias matches
> driver name.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Roger Quadros <rogerq@ti.com>
cheers,
-roger
> ---
> drivers/mtd/nand/omap_elm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/nand/omap_elm.c b/drivers/mtd/nand/omap_elm.c
> index 376bfe1..235ec79 100644
> --- a/drivers/mtd/nand/omap_elm.c
> +++ b/drivers/mtd/nand/omap_elm.c
> @@ -574,5 +574,5 @@ module_platform_driver(elm_driver);
>
> MODULE_DESCRIPTION("ELM driver for BCH error correction");
> MODULE_AUTHOR("Texas Instruments");
> -MODULE_ALIAS("platform: elm");
> +MODULE_ALIAS("platform:" DRIVER_NAME);
> MODULE_LICENSE("GPL v2");
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mtd: omap_elm: Fix module alias
2015-08-18 13:03 [PATCH] mtd: omap_elm: Fix module alias Axel Lin
2015-08-18 14:03 ` Roger Quadros
@ 2015-08-19 0:58 ` Brian Norris
1 sibling, 0 replies; 3+ messages in thread
From: Brian Norris @ 2015-08-19 0:58 UTC (permalink / raw)
To: Axel Lin
Cc: Roger Quadros, Frans Klaver, Ezequiel García,
David Woodhouse, linux-mtd
On Tue, Aug 18, 2015 at 09:03:13PM +0800, Axel Lin wrote:
> Remove extra space after the "platform:" prefix and make the alias matches
> driver name.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Pushed to l2-mtd.git
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-19 0:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 13:03 [PATCH] mtd: omap_elm: Fix module alias Axel Lin
2015-08-18 14:03 ` Roger Quadros
2015-08-19 0:58 ` Brian Norris
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.