* [PATCH] pcie-gadget-spear: Add "platform:" prefix for platform modalias
@ 2011-10-31 2:20 Axel Lin
2011-10-31 6:28 ` Pratyush Anand
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-10-31 2:20 UTC (permalink / raw)
To: linux-kernel
Cc: Pratyush Anand, Randy Dunlap, Arnd Bergmann, Greg Kroah-Hartman
Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:".
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/misc/spear13xx_pcie_gadget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/misc/spear13xx_pcie_gadget.c b/drivers/misc/spear13xx_pcie_gadget.c
index cfbddbe..43d073b 100644
--- a/drivers/misc/spear13xx_pcie_gadget.c
+++ b/drivers/misc/spear13xx_pcie_gadget.c
@@ -903,6 +903,6 @@ static void __exit spear_pcie_gadget_exit(void)
}
module_exit(spear_pcie_gadget_exit);
-MODULE_ALIAS("pcie-gadget-spear");
+MODULE_ALIAS("platform:pcie-gadget-spear");
MODULE_AUTHOR("Pratyush Anand");
MODULE_LICENSE("GPL");
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pcie-gadget-spear: Add "platform:" prefix for platform modalias
2011-10-31 2:20 [PATCH] pcie-gadget-spear: Add "platform:" prefix for platform modalias Axel Lin
@ 2011-10-31 6:28 ` Pratyush Anand
0 siblings, 0 replies; 2+ messages in thread
From: Pratyush Anand @ 2011-10-31 6:28 UTC (permalink / raw)
To: Axel Lin
Cc: linux-kernel@vger.kernel.org, Randy Dunlap, Arnd Bergmann,
Greg Kroah-Hartman
On 10/31/2011 7:50 AM, Axel Lin wrote:
> Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
> with "platform:"), the platform modalias is prefixed with "platform:".
>
> Signed-off-by: Axel Lin<axel.lin@gmail.com>
> ---
> drivers/misc/spear13xx_pcie_gadget.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/misc/spear13xx_pcie_gadget.c b/drivers/misc/spear13xx_pcie_gadget.c
> index cfbddbe..43d073b 100644
> --- a/drivers/misc/spear13xx_pcie_gadget.c
> +++ b/drivers/misc/spear13xx_pcie_gadget.c
> @@ -903,6 +903,6 @@ static void __exit spear_pcie_gadget_exit(void)
> }
> module_exit(spear_pcie_gadget_exit);
>
> -MODULE_ALIAS("pcie-gadget-spear");
> +MODULE_ALIAS("platform:pcie-gadget-spear");
> MODULE_AUTHOR("Pratyush Anand");
> MODULE_LICENSE("GPL");
Acked-by: Pratyush Anand<pratyush.anand@st.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-31 6:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-31 2:20 [PATCH] pcie-gadget-spear: Add "platform:" prefix for platform modalias Axel Lin
2011-10-31 6:28 ` Pratyush Anand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox