diff options
author | Mario Six <six@gdsys.cc> | 2018-03-06 08:04:58 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-09 09:23:10 -0500 |
commit | d38826a3dceaa804a559f178f95ce689fd31bdff (patch) | |
tree | 37036df80bc2c487d220e6f1bbe1bb04e3ae58ec /drivers/gpio/mpc8xxx_gpio.c | |
parent | b771f0b1260749ec83ad3365c926956d1fee61ff (diff) | |
download | u-boot-d38826a3dceaa804a559f178f95ce689fd31bdff.tar.gz |
treewide: Fix gdsys mail addresses
The @gdsys.cc addresses are supposed to be used for mailing lists.
Switch all occurrences of @gdsys.de mail addresses to their @gdsys.cc
equivalent.
Also, Dirk's address was wrong in one place; fix that as well.
Signed-off-by: Mario Six <six@gdsys.cc>
Diffstat (limited to 'drivers/gpio/mpc8xxx_gpio.c')
-rw-r--r-- | drivers/gpio/mpc8xxx_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/mpc8xxx_gpio.c b/drivers/gpio/mpc8xxx_gpio.c index 326fd1672d..c7acf11659 100644 --- a/drivers/gpio/mpc8xxx_gpio.c +++ b/drivers/gpio/mpc8xxx_gpio.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2016 - * Mario Six, Guntermann & Drunck GmbH, six@gdsys.de + * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc * * based on arch/powerpc/include/asm/mpc85xx_gpio.h, which is * |