diff options
author | Greg Ungerer <gerg@uclinux.org> | 2015-01-07 23:19:49 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-09 17:06:57 -0500 |
commit | 6a1c34f4fd17ba647665fab1a8be6f22ae1f2ca8 (patch) | |
tree | 5d81271fcde310e40015fc84a975d92967716908 | |
parent | b7392d2247cfe6771f95d256374f1a8e6a6f48d6 (diff) |
serial: mcf: change email address to gerg@uclinux.org
Change my email contact address from the obsolete gerg@snapgear.com to
gerg@uclinux.org.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/tty/serial/mcf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/mcf.c b/drivers/tty/serial/mcf.c index 10496672dfdb..1eb02bd74150 100644 --- a/drivers/tty/serial/mcf.c +++ b/drivers/tty/serial/mcf.c | |||
@@ -3,7 +3,7 @@ | |||
3 | /* | 3 | /* |
4 | * mcf.c -- Freescale ColdFire UART driver | 4 | * mcf.c -- Freescale ColdFire UART driver |
5 | * | 5 | * |
6 | * (C) Copyright 2003-2007, Greg Ungerer <gerg@snapgear.com> | 6 | * (C) Copyright 2003-2007, Greg Ungerer <gerg@uclinux.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -702,7 +702,7 @@ static void __exit mcf_exit(void) | |||
702 | module_init(mcf_init); | 702 | module_init(mcf_init); |
703 | module_exit(mcf_exit); | 703 | module_exit(mcf_exit); |
704 | 704 | ||
705 | MODULE_AUTHOR("Greg Ungerer <gerg@snapgear.com>"); | 705 | MODULE_AUTHOR("Greg Ungerer <gerg@uclinux.org>"); |
706 | MODULE_DESCRIPTION("Freescale ColdFire UART driver"); | 706 | MODULE_DESCRIPTION("Freescale ColdFire UART driver"); |
707 | MODULE_LICENSE("GPL"); | 707 | MODULE_LICENSE("GPL"); |
708 | MODULE_ALIAS("platform:mcfuart"); | 708 | MODULE_ALIAS("platform:mcfuart"); |