diff options
author | Steve Glendinning <steve.glendinning@shawell.net> | 2012-04-16 12:13:29 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-17 16:15:38 +0200 |
commit | 90b24cfb42fc5c0366a0555fd5236e9f84f86d2c (patch) | |
tree | 476de1f577fd54fc29d466947b242989d9acc5b9 /drivers/hwmon/emc2103.c | |
parent | 10983f2e8dc65d118371681548809109b570b63b (diff) | |
download | op-kernel-dev-90b24cfb42fc5c0366a0555fd5236e9f84f86d2c.zip op-kernel-dev-90b24cfb42fc5c0366a0555fd5236e9f84f86d2c.tar.gz |
Change email address for Steve Glendinning
I no longer have a mailbox at smsc.com, and I've had two reports
that that email address now bounces from people trying to
contact me. This patch updates all references to that invalid
address to one that I can be contacted on more permanently.
This patch also updates the maintainer status to reflect
the fact I'm no longer directly paid to maintain these drivers.
Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hwmon/emc2103.c')
-rw-r--r-- | drivers/hwmon/emc2103.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/emc2103.c b/drivers/hwmon/emc2103.c index 9691f66..a73e685 100644 --- a/drivers/hwmon/emc2103.c +++ b/drivers/hwmon/emc2103.c @@ -728,6 +728,6 @@ static struct i2c_driver emc2103_driver = { module_i2c_driver(emc2103_driver); -MODULE_AUTHOR("Steve Glendinning <steve.glendinning@smsc.com>"); +MODULE_AUTHOR("Steve Glendinning <steve.glendinning@shawell.net>"); MODULE_DESCRIPTION("SMSC EMC2103 hwmon driver"); MODULE_LICENSE("GPL"); |