From: Wolfram Sang Date: Sat, 2 May 2020 14:26:46 +0000 (+0200) Subject: ASoC: codecs: max9768: update contact email X-Git-Tag: v5.8-rc1~47^2^2~107^2~7 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=454b3766de45f8508b343e509fdde959b4ff289c;p=users%2Fjedix%2Flinux-maple.git ASoC: codecs: max9768: update contact email The 'pengutronix' address is defunct for years. Use the proper contact address. Signed-off-by: Wolfram Sang Link: https://lore.kernel.org/r/20200502142646.19033-1-wsa@kernel.org Signed-off-by: Mark Brown --- 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 "); +MODULE_AUTHOR("Wolfram Sang "); MODULE_DESCRIPTION("ASoC MAX9768 amplifier driver"); MODULE_LICENSE("GPL v2");