aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2020-05-02 16:26:46 +0200
committerMark Brown <[email protected]>2020-05-04 13:27:02 +0100
commit454b3766de45f8508b343e509fdde959b4ff289c (patch)
treee041c47fd814ab30641ef58fa667691dc654a518
parent1a446873d7dd3a450f685928ce7f1907bde4583d (diff)
ASoC: codecs: max9768: update contact email
The 'pengutronix' address is defunct for years. Use the proper contact address. Signed-off-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/max9768.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max9768.c b/sound/soc/codecs/max9768.c
index d0737db5868a..39dda1b03b3d 100644
--- a/sound/soc/codecs/max9768.c
+++ b/sound/soc/codecs/max9768.c
@@ -220,6 +220,6 @@ static struct i2c_driver max9768_i2c_driver = {
};
module_i2c_driver(max9768_i2c_driver);
-MODULE_AUTHOR("Wolfram Sang <[email protected]>");
+MODULE_AUTHOR("Wolfram Sang <[email protected]>");
MODULE_DESCRIPTION("ASoC MAX9768 amplifier driver");
MODULE_LICENSE("GPL v2");