linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] watchdog: rn5t618_wdt: fix module aliases
@ 2019-12-13 21:48 Andreas Kemnade
  2019-12-13 22:01 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Kemnade @ 2019-12-13 21:48 UTC (permalink / raw)
  To: wim, linux, linux-watchdog, linux-kernel; +Cc: Andreas Kemnade

Platform device aliases were missing so module autoloading
did not work.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
 drivers/watchdog/rn5t618_wdt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/watchdog/rn5t618_wdt.c b/drivers/watchdog/rn5t618_wdt.c
index 234876047431..6e524c8e26a8 100644
--- a/drivers/watchdog/rn5t618_wdt.c
+++ b/drivers/watchdog/rn5t618_wdt.c
@@ -188,6 +188,7 @@ static struct platform_driver rn5t618_wdt_driver = {
 
 module_platform_driver(rn5t618_wdt_driver);
 
+MODULE_ALIAS("platform:rn5t618-wdt");
 MODULE_AUTHOR("Beniamino Galvani <b.galvani@gmail.com>");
 MODULE_DESCRIPTION("RN5T618 watchdog driver");
 MODULE_LICENSE("GPL v2");
-- 
2.20.1


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

* Re: [PATCH] watchdog: rn5t618_wdt: fix module aliases
  2019-12-13 21:48 [PATCH] watchdog: rn5t618_wdt: fix module aliases Andreas Kemnade
@ 2019-12-13 22:01 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2019-12-13 22:01 UTC (permalink / raw)
  To: Andreas Kemnade; +Cc: wim, linux-watchdog, linux-kernel

On Fri, Dec 13, 2019 at 10:48:02PM +0100, Andreas Kemnade wrote:
> Platform device aliases were missing so module autoloading
> did not work.
> 
> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  drivers/watchdog/rn5t618_wdt.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/watchdog/rn5t618_wdt.c b/drivers/watchdog/rn5t618_wdt.c
> index 234876047431..6e524c8e26a8 100644
> --- a/drivers/watchdog/rn5t618_wdt.c
> +++ b/drivers/watchdog/rn5t618_wdt.c
> @@ -188,6 +188,7 @@ static struct platform_driver rn5t618_wdt_driver = {
>  
>  module_platform_driver(rn5t618_wdt_driver);
>  
> +MODULE_ALIAS("platform:rn5t618-wdt");
>  MODULE_AUTHOR("Beniamino Galvani <b.galvani@gmail.com>");
>  MODULE_DESCRIPTION("RN5T618 watchdog driver");
>  MODULE_LICENSE("GPL v2");
> -- 
> 2.20.1
> 

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

end of thread, other threads:[~2019-12-13 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 21:48 [PATCH] watchdog: rn5t618_wdt: fix module aliases Andreas Kemnade
2019-12-13 22:01 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).