diff options
author | Jean Delvare <khali@linux-fr.org> | 2014-01-29 20:40:08 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2014-01-29 20:40:08 +0100 |
commit | 7c81c60f3789a082e141d7a013392af5f78db16a (patch) | |
tree | f3da560b70545e6780ee29319c003418d986bb05 /drivers/i2c/busses/i2c-amd756-s4882.c | |
parent | hwmon: (it87) Print proper names for the IT8771E and IT8772E (diff) | |
download | linux-7c81c60f3789a082e141d7a013392af5f78db16a.tar.xz linux-7c81c60f3789a082e141d7a013392af5f78db16a.zip |
Update Jean Delvare's e-mail address
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/i2c-amd756-s4882.c')
-rw-r--r-- | drivers/i2c/busses/i2c-amd756-s4882.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-amd756-s4882.c b/drivers/i2c/busses/i2c-amd756-s4882.c index 07f01ac853ff..41fc6837fb8b 100644 --- a/drivers/i2c/busses/i2c-amd756-s4882.c +++ b/drivers/i2c/busses/i2c-amd756-s4882.c @@ -1,7 +1,7 @@ /* * i2c-amd756-s4882.c - i2c-amd756 extras for the Tyan S4882 motherboard * - * Copyright (C) 2004, 2008 Jean Delvare <khali@linux-fr.org> + * Copyright (C) 2004, 2008 Jean Delvare <jdelvare@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -250,7 +250,7 @@ static void __exit amd756_s4882_exit(void) "Physical bus restoration failed\n"); } -MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); +MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>"); MODULE_DESCRIPTION("S4882 SMBus multiplexing"); MODULE_LICENSE("GPL"); |