summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2024-11-14 20:34:50 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2024-11-18 12:05:19 +0100
commit1f7a0c64834484de5950dd85367ce7e483696442 (patch)
tree0ac61428f3f2d9741baaac49728d786fe9816bdb /drivers
parent55727188dfa3572aecd946e58fab9e4a64f06894 (diff)
downloadlinux-stable-1f7a0c64834484de5950dd85367ce7e483696442.tar.gz
linux-stable-1f7a0c64834484de5950dd85367ce7e483696442.tar.bz2
linux-stable-1f7a0c64834484de5950dd85367ce7e483696442.zip
rtc: rzn1: update Michel's email
The Renesas address bounces, use the alternative one. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/20241114193450.13982-1-wsa+renesas@sang-engineering.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rtc/rtc-rzn1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-rzn1.c b/drivers/rtc/rtc-rzn1.c
index d084e8b838fc..b0ea2847e982 100644
--- a/drivers/rtc/rtc-rzn1.c
+++ b/drivers/rtc/rtc-rzn1.c
@@ -7,7 +7,7 @@
* - 2022 Schneider Electric
*
* Authors:
- * - Michel Pollet <michel.pollet@bp.renesas.com>, <buserror@gmail.com>
+ * - Michel Pollet <buserror@gmail.com>
* - Miquel Raynal <miquel.raynal@bootlin.com>
*/
@@ -413,7 +413,7 @@ static struct platform_driver rzn1_rtc_driver = {
};
module_platform_driver(rzn1_rtc_driver);
-MODULE_AUTHOR("Michel Pollet <Michel.Pollet@bp.renesas.com");
+MODULE_AUTHOR("Michel Pollet <buserror@gmail.com>");
MODULE_AUTHOR("Miquel Raynal <miquel.raynal@bootlin.com");
MODULE_DESCRIPTION("RZ/N1 RTC driver");
MODULE_LICENSE("GPL");