Commit 5d84291da3a594ac391c85296e28f41ff92da0cf
Committed by
Jean Delvare
1 parent
4162cf6497
Exists in
master
and in
39 other branches
hwmon: (ads7828) Update email contact details
Trivial patch updating my email contact details due to change of employer, and because I no longer have access to the previously used domain. Unfortunately I also no longer have access to any ads7828 hardware, but am happy to support/maintain the driver if others are able to test changes. Signed-off-by: Steve Hardy <shardy@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
Documentation/hwmon/ads7828
drivers/hwmon/ads7828.c
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | |
5 | 5 | This driver is based on the lm75 and other lm_sensors/hwmon drivers |
6 | 6 | |
7 | - Written by Steve Hardy <steve@linuxrealtime.co.uk> | |
7 | + Written by Steve Hardy <shardy@redhat.com> | |
8 | 8 | |
9 | 9 | Datasheet available at: http://focus.ti.com/lit/ds/symlink/ads7828.pdf |
10 | 10 | |
... | ... | @@ -271,7 +271,7 @@ |
271 | 271 | i2c_del_driver(&ads7828_driver); |
272 | 272 | } |
273 | 273 | |
274 | -MODULE_AUTHOR("Steve Hardy <steve@linuxrealtime.co.uk>"); | |
274 | +MODULE_AUTHOR("Steve Hardy <shardy@redhat.com>"); | |
275 | 275 | MODULE_DESCRIPTION("ADS7828 driver"); |
276 | 276 | MODULE_LICENSE("GPL"); |
277 | 277 |