diff options
author | Wolfram Sang <[email protected]> | 2015-04-20 15:51:44 +0200 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2015-04-22 15:30:45 +0200 |
commit | cf82f52d3619d2e15c83ec9a03c6ce8cdf6c6b58 (patch) | |
tree | 122f456cb5990f0d3a93fd403b421a8f12c18949 | |
parent | e8cc53665728860a56dbbd56bfc32ac934efb70a (diff) |
watchdog: stmp3xxx_rtc_wdt: fix broken email address
My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.
Reported-by: Harald Geyer <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Acked-by: Robert Schwebel <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r-- | drivers/watchdog/stmp3xxx_rtc_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/stmp3xxx_rtc_wdt.c b/drivers/watchdog/stmp3xxx_rtc_wdt.c index a62b1b6decf4..e7f0d5b60d3d 100644 --- a/drivers/watchdog/stmp3xxx_rtc_wdt.c +++ b/drivers/watchdog/stmp3xxx_rtc_wdt.c @@ -1,7 +1,7 @@ /* * Watchdog driver for the RTC based watchdog in STMP3xxx and i.MX23/28 * - * Author: Wolfram Sang <[email protected]> + * Author: Wolfram Sang <[email protected]> * * Copyright (C) 2011-12 Wolfram Sang, Pengutronix * @@ -129,4 +129,4 @@ module_platform_driver(stmp3xxx_wdt_driver); MODULE_DESCRIPTION("STMP3XXX RTC Watchdog Driver"); MODULE_LICENSE("GPL v2"); -MODULE_AUTHOR("Wolfram Sang <[email protected]>"); +MODULE_AUTHOR("Wolfram Sang <[email protected]>"); |