mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
power: supply: max77976: update Luca Ceresoli's e-mail address
My Bootlin address is preferred from now on. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
f2906aa863
commit
a6c487cd7e
@ -3,7 +3,7 @@
|
||||
* max77976_charger.c - Driver for the Maxim MAX77976 battery charger
|
||||
*
|
||||
* Copyright (C) 2021 Luca Ceresoli
|
||||
* Author: Luca Ceresoli <luca@lucaceresoli.net>
|
||||
* Author: Luca Ceresoli <luca.ceresoli@bootlin.com>
|
||||
*/
|
||||
|
||||
#include <linux/i2c.h>
|
||||
@ -504,6 +504,6 @@ static struct i2c_driver max77976_driver = {
|
||||
};
|
||||
module_i2c_driver(max77976_driver);
|
||||
|
||||
MODULE_AUTHOR("Luca Ceresoli <luca@lucaceresoli.net>");
|
||||
MODULE_AUTHOR("Luca Ceresoli <luca.ceresoli@bootlin.com>");
|
||||
MODULE_DESCRIPTION("Maxim MAX77976 charger driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
Loading…
Reference in New Issue
Block a user