diff options
author | Michael Hennerich <[email protected]> | 2018-08-14 13:31:59 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2018-10-23 08:58:34 +0100 |
commit | 4ded11d1cf128db8b5d5b57db3a50dd124358520 (patch) | |
tree | 5cc83c45af5e8239c72881f60e43e354aac8da32 | |
parent | eef0594aee29f289b0ddda02be7ccdbc5dd5956a (diff) |
mfd: adp5520: Update MODULE AUTHOR email address
No functional changes
Signed-off-by: Michael Hennerich <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | drivers/mfd/adp5520.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/adp5520.c b/drivers/mfd/adp5520.c index d817f202da5b..be0497b96720 100644 --- a/drivers/mfd/adp5520.c +++ b/drivers/mfd/adp5520.c @@ -360,6 +360,6 @@ static struct i2c_driver adp5520_driver = { module_i2c_driver(adp5520_driver); -MODULE_AUTHOR("Michael Hennerich <[email protected]>"); +MODULE_AUTHOR("Michael Hennerich <[email protected]>"); MODULE_DESCRIPTION("ADP5520(01) PMIC-MFD Driver"); MODULE_LICENSE("GPL"); |