Linux USB
 help / color / mirror / Atom feed
* [PATCH] usb: host: ehci-mv: drop duplicated MODULE_ALIAS
@ 2021-09-16 17:05 Krzysztof Kozlowski
  2021-09-19  8:04 ` Lubomir Rintel
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-16 17:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Alan Stern, Greg Kroah-Hartman,
	Lubomir Rintel, linux-usb

There is one MODULE_ALIAS already.

Fixes: 0440fa3d1b4e ("USB: EHCI: make ehci-mv a separate driver")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/usb/host/ehci-mv.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c
index 8fd27249ad25..fa46d217dd10 100644
--- a/drivers/usb/host/ehci-mv.c
+++ b/drivers/usb/host/ehci-mv.c
@@ -258,8 +258,6 @@ static int mv_ehci_remove(struct platform_device *pdev)
 	return 0;
 }
 
-MODULE_ALIAS("mv-ehci");
-
 static const struct platform_device_id ehci_id_table[] = {
 	{"pxa-u2oehci", 0},
 	{"pxa-sph", 0},
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb: host: ehci-mv: drop duplicated MODULE_ALIAS
  2021-09-16 17:05 [PATCH] usb: host: ehci-mv: drop duplicated MODULE_ALIAS Krzysztof Kozlowski
@ 2021-09-19  8:04 ` Lubomir Rintel
  0 siblings, 0 replies; 2+ messages in thread
From: Lubomir Rintel @ 2021-09-19  8:04 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Alan Stern, Greg Kroah-Hartman, linux-usb

On Thu, Sep 16, 2021 at 07:05:31PM +0200, Krzysztof Kozlowski wrote:
> There is one MODULE_ALIAS already.
> 
> Fixes: 0440fa3d1b4e ("USB: EHCI: make ehci-mv a separate driver")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Thanks,

Reviewed-by: Lubomir Rintel <lkundrak@v3.sk>

> ---
>  drivers/usb/host/ehci-mv.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c
> index 8fd27249ad25..fa46d217dd10 100644
> --- a/drivers/usb/host/ehci-mv.c
> +++ b/drivers/usb/host/ehci-mv.c
> @@ -258,8 +258,6 @@ static int mv_ehci_remove(struct platform_device *pdev)
>  	return 0;
>  }
>  
> -MODULE_ALIAS("mv-ehci");
> -
>  static const struct platform_device_id ehci_id_table[] = {
>  	{"pxa-u2oehci", 0},
>  	{"pxa-sph", 0},
> -- 
> 2.30.2
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-19  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-16 17:05 [PATCH] usb: host: ehci-mv: drop duplicated MODULE_ALIAS Krzysztof Kozlowski
2021-09-19  8:04 ` Lubomir Rintel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox