All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: Axel Lin <axel.lin@ingics.com>,
	Brian Norris <computersforpeace@gmail.com>
Cc: "Frans Klaver" <frans.klaver@xsens.com>,
	"Ezequiel García" <ezequiel@vanguardiasur.com.ar>,
	"David Woodhouse" <dwmw2@infradead.org>,
	linux-mtd@lists.infradead.org
Subject: Re: [PATCH] mtd: omap_elm: Fix module alias
Date: Tue, 18 Aug 2015 17:03:59 +0300	[thread overview]
Message-ID: <55D33B4F.8020602@ti.com> (raw)
In-Reply-To: <1439902993.15765.1.camel@ingics.com>

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");
> 

  reply	other threads:[~2015-08-18 14:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-18 13:03 [PATCH] mtd: omap_elm: Fix module alias Axel Lin
2015-08-18 14:03 ` Roger Quadros [this message]
2015-08-19  0:58 ` Brian Norris

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=55D33B4F.8020602@ti.com \
    --to=rogerq@ti.com \
    --cc=axel.lin@ingics.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=frans.klaver@xsens.com \
    --cc=linux-mtd@lists.infradead.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.