diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-03-16 23:39:29 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-17 09:41:43 +0100 |
commit | c2ec3ff6b8712f5d951927d7774c805fe3270caa (patch) | |
tree | 99245281ae8c686cf6ee5b63dd6e387d2748c7a5 /drivers/net/ethernet/freescale/gianfar_ptp.c | |
parent | eni: fix driver remove function and driver probe error path. (diff) | |
download | linux-c2ec3ff6b8712f5d951927d7774c805fe3270caa.tar.xz linux-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/gianfar_ptp.c')
-rw-r--r-- | drivers/net/ethernet/freescale/gianfar_ptp.c | 2 |
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"); |