diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2013-08-26 18:42:27 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-08-27 11:28:01 -0400 |
commit | 5407e051354bdd943f6ea66562112c9868d64cf5 (patch) | |
tree | 3164b14bc487b1bc8ce2c42b82045010d831e324 /drivers/misc/ics932s401.c | |
parent | 30b146d1cb5e7560192057098eb705118bd5511f (diff) |
hwmon: Change my email address.
I've changed employers, so change the email addresses to match.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/misc/ics932s401.c')
-rw-r--r-- | drivers/misc/ics932s401.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/ics932s401.c b/drivers/misc/ics932s401.c index 00295367c06a..28f51e01fd2b 100644 --- a/drivers/misc/ics932s401.c +++ b/drivers/misc/ics932s401.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * A driver for the Integrated Circuits ICS932S401 | 2 | * A driver for the Integrated Circuits ICS932S401 |
3 | * Copyright (C) 2008 IBM | 3 | * Copyright (C) 2008 IBM |
4 | * | 4 | * |
5 | * Author: Darrick J. Wong <djwong@us.ibm.com> | 5 | * Author: Darrick J. Wong <darrick.wong@oracle.com> |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | 7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
@@ -482,7 +482,7 @@ static int ics932s401_remove(struct i2c_client *client) | |||
482 | 482 | ||
483 | module_i2c_driver(ics932s401_driver); | 483 | module_i2c_driver(ics932s401_driver); |
484 | 484 | ||
485 | MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>"); | 485 | MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>"); |
486 | MODULE_DESCRIPTION("ICS932S401 driver"); | 486 | MODULE_DESCRIPTION("ICS932S401 driver"); |
487 | MODULE_LICENSE("GPL"); | 487 | MODULE_LICENSE("GPL"); |
488 | 488 | ||