watchdog: pnx4008_wdt: fix broken email address
authorWolfram Sang <[email protected]>
Mon, 20 Apr 2015 13:51:43 +0000 (15:51 +0200)
committerWim Van Sebroeck <[email protected]>
Wed, 22 Apr 2015 13:30:41 +0000 (15:30 +0200)
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]>
drivers/watchdog/pnx4008_wdt.c

index 55e220150103067ae7544b7046cfe39783a14e20..b9c6049c3e78601151218508c67e54b363d69be5 100644 (file)
@@ -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 <w.sang@pengutronix.de>");
+MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
 MODULE_DESCRIPTION("PNX4008 Watchdog Driver");
 
 module_param(heartbeat, uint, 0);