diff options
author | Wolfram Sang <[email protected]> | 2015-04-20 15:51:43 +0200 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2015-04-22 15:30:41 +0200 |
commit | e8cc53665728860a56dbbd56bfc32ac934efb70a (patch) | |
tree | 1fe80921acd489722e74daaa01b1728ef3b6fae3 | |
parent | 3a30c07e712df895981deac0782655997942bc75 (diff) |
watchdog: pnx4008_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/pnx4008_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/pnx4008_wdt.c b/drivers/watchdog/pnx4008_wdt.c index 55e220150103..b9c6049c3e78 100644 --- a/drivers/watchdog/pnx4008_wdt.c +++ b/drivers/watchdog/pnx4008_wdt.c @@ -216,7 +216,7 @@ static struct platform_driver platform_wdt_driver = { module_platform_driver(platform_wdt_driver); MODULE_AUTHOR("MontaVista Software, Inc. <[email protected]>"); -MODULE_AUTHOR("Wolfram Sang <[email protected]>"); +MODULE_AUTHOR("Wolfram Sang <[email protected]>"); MODULE_DESCRIPTION("PNX4008 Watchdog Driver"); module_param(heartbeat, uint, 0); |