Przeglądaj źródła

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>
Steven Hardy 14 lat temu
rodzic
commit
5d84291da3
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      Documentation/hwmon/ads7828
  2. 2 2
      drivers/hwmon/ads7828.c

+ 1 - 1
Documentation/hwmon/ads7828

@@ -9,7 +9,7 @@ Supported chips:
                http://focus.ti.com/lit/ds/symlink/ads7828.pdf
                http://focus.ti.com/lit/ds/symlink/ads7828.pdf
 
 
 Authors:
 Authors:
-        Steve Hardy <steve@linuxrealtime.co.uk>
+        Steve Hardy <shardy@redhat.com>
 
 
 Module Parameters
 Module Parameters
 -----------------
 -----------------

+ 2 - 2
drivers/hwmon/ads7828.c

@@ -4,7 +4,7 @@
 
 
 	This driver is based on the lm75 and other lm_sensors/hwmon drivers
 	This driver is based on the lm75 and other lm_sensors/hwmon drivers
 
 
-	Written by Steve Hardy <steve@linuxrealtime.co.uk>
+	Written by Steve Hardy <shardy@redhat.com>
 
 
 	Datasheet available at: http://focus.ti.com/lit/ds/symlink/ads7828.pdf
 	Datasheet available at: http://focus.ti.com/lit/ds/symlink/ads7828.pdf
 
 
@@ -271,7 +271,7 @@ static void __exit sensors_ads7828_exit(void)
 	i2c_del_driver(&ads7828_driver);
 	i2c_del_driver(&ads7828_driver);
 }
 }
 
 
-MODULE_AUTHOR("Steve Hardy <steve@linuxrealtime.co.uk>");
+MODULE_AUTHOR("Steve Hardy <shardy@redhat.com>");
 MODULE_DESCRIPTION("ADS7828 driver");
 MODULE_DESCRIPTION("ADS7828 driver");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");