Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245203 > unrolled thread

Re: [PATCH] bus: omap-ocp2scp: Fix module alias

Started byTony Lindgren <tony@atomide.com>
First post2015-10-13 01:10 +0200
Last post2015-10-13 01:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] bus: omap-ocp2scp: Fix module alias Tony Lindgren <tony@atomide.com> - 2015-10-13 01:10 +0200

#1245203 — Re: [PATCH] bus: omap-ocp2scp: Fix module alias

FromTony Lindgren <tony@atomide.com>
Date2015-10-13 01:10 +0200
SubjectRe: [PATCH] bus: omap-ocp2scp: Fix module alias
Message-ID<qiUo9-56W-3@gated-at.bofh.it>
* Axel Lin <axel.lin@ingics.com> [150924 17:55]:
> Remove extra space between platform prefix and driver name in MODULE_ALIAS.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> This patch was sent on https://lkml.org/lkml/2015/5/19/1150
> Re-sent on https://lkml.org/lkml/2015/8/14/141
> No response so far, so CC Andrew.

I'll pick this into fixes-not-urgent for v4.4 thanks.

Tony

>  drivers/bus/omap-ocp2scp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/bus/omap-ocp2scp.c b/drivers/bus/omap-ocp2scp.c
> index 9f18569..bf500e0 100644
> --- a/drivers/bus/omap-ocp2scp.c
> +++ b/drivers/bus/omap-ocp2scp.c
> @@ -117,7 +117,7 @@ static struct platform_driver omap_ocp2scp_driver = {
>  
>  module_platform_driver(omap_ocp2scp_driver);
>  
> -MODULE_ALIAS("platform: omap-ocp2scp");
> +MODULE_ALIAS("platform:omap-ocp2scp");
>  MODULE_AUTHOR("Texas Instruments Inc.");
>  MODULE_DESCRIPTION("OMAP OCP2SCP driver");
>  MODULE_LICENSE("GPL v2");
> -- 
> 2.1.0
> 
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web