[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210916155804.021635569@linuxfoundation.org>
Date: Thu, 16 Sep 2021 17:55:58 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org, Anton Bambura <jenneron@...tonmail.com>,
Dmitry Osipenko <digetx@...il.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>
Subject: [PATCH 5.13 001/380] rtc: tps65910: Correct driver module alias
From: Dmitry Osipenko <digetx@...il.com>
commit 8d448fa0a8bb1c8d94eef7647edffe9ac81a281e upstream.
The TPS65910 RTC driver module doesn't auto-load because of the wrong
module alias that doesn't match the device name, fix it.
Cc: stable@...r.kernel.org
Reported-by: Anton Bambura <jenneron@...tonmail.com>
Tested-by: Anton Bambura <jenneron@...tonmail.com>
Signed-off-by: Dmitry Osipenko <digetx@...il.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
Link: https://lore.kernel.org/r/20210808160030.8556-1-digetx@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
drivers/rtc/rtc-tps65910.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/rtc/rtc-tps65910.c
+++ b/drivers/rtc/rtc-tps65910.c
@@ -467,6 +467,6 @@ static struct platform_driver tps65910_r
};
module_platform_driver(tps65910_rtc_driver);
-MODULE_ALIAS("platform:rtc-tps65910");
+MODULE_ALIAS("platform:tps65910-rtc");
MODULE_AUTHOR("Venu Byravarasu <vbyravarasu@...dia.com>");
MODULE_LICENSE("GPL");
Powered by blists - more mailing lists