ramips: fix the number of uarts for MT7688
[librecmc/librecmc.git] / target / linux / mediatek / patches-4.4 / 0097-net-next-mediatek-change-my-email-address.patch
1 From 7c955062aaa563b1894671af3ae250460b3fa82d Mon Sep 17 00:00:00 2001
2 From: John Crispin <john@phrozen.org>
3 Date: Thu, 5 May 2016 10:01:56 +0200
4 Subject: [PATCH 097/102] net-next: mediatek: change my email address
5
6 The old address is no longer valid. Use the my new one instead.
7
8 Signed-off-by: John Crispin <john@phrozen.org>
9 ---
10  drivers/net/ethernet/mediatek/mtk_eth_soc.c |    4 ++--
11  1 file changed, 2 insertions(+), 2 deletions(-)
12
13 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
14 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
15 @@ -7,7 +7,7 @@
16   *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17   *   GNU General Public License for more details.
18   *
19 - *   Copyright (C) 2009-2016 John Crispin <blogic@openwrt.org>
20 + *   Copyright (C) 2009-2016 John Crispin <john@phrozen.org>
21   *   Copyright (C) 2009-2016 Felix Fietkau <nbd@nbd.name>
22   *   Copyright (C) 2013-2016 Michael Lee <igvtee@gmail.com>
23   */
24 @@ -1929,5 +1929,5 @@ static struct platform_driver mtk_driver
25  module_platform_driver(mtk_driver);
26  
27  MODULE_LICENSE("GPL");
28 -MODULE_AUTHOR("John Crispin <blogic@openwrt.org>");
29 +MODULE_AUTHOR("John Crispin <john@phrozen.org>");
30  MODULE_DESCRIPTION("Ethernet driver for MediaTek SoC");