aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-03-16 22:39:29 +0000
committerDavid S. Miller <davem@davemloft.net>2012-03-17 01:41:43 -0700
commitc2ec3ff6b8712f5d951927d7774c805fe3270caa (patch)
tree99245281ae8c686cf6ee5b63dd6e387d2748c7a5 /drivers/net/ethernet/freescale
parenteni: fix driver remove function and driver probe error path. (diff)
downloadlinux-dev-c2ec3ff6b8712f5d951927d7774c805fe3270caa.tar.xz
linux-dev-c2ec3ff6b8712f5d951927d7774c805fe3270caa.zip
phc: Update author's email address.
This commit brings the author email address macros up to date for four modules in the PTP Hardware Clock subsystem. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/freescale')
-rw-r--r--drivers/net/ethernet/freescale/gianfar_ptp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/freescale/gianfar_ptp.c b/drivers/net/ethernet/freescale/gianfar_ptp.c
index 83e0ed757e33..5fd620bec15c 100644
--- a/drivers/net/ethernet/freescale/gianfar_ptp.c
+++ b/drivers/net/ethernet/freescale/gianfar_ptp.c
@@ -564,6 +564,6 @@ static struct platform_driver gianfar_ptp_driver = {
module_platform_driver(gianfar_ptp_driver);
-MODULE_AUTHOR("Richard Cochran <richard.cochran@omicron.at>");
+MODULE_AUTHOR("Richard Cochran <richardcochran@gmail.com>");
MODULE_DESCRIPTION("PTP clock using the eTSEC");
MODULE_LICENSE("GPL");