diff options
author | Mark Brown <broonie@kernel.org> | 2017-09-07 15:22:48 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-08 11:49:57 +0100 |
commit | da924c3a0d3f45bf8c46e83a7aa1b75b86f1e7a0 (patch) | |
tree | e9a40ca0475f057d7aec21230bc559ec54c66a3e /sound/soc/codecs/pcm512x.c | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-da924c3a0d3f45bf8c46e83a7aa1b75b86f1e7a0.tar.xz linux-da924c3a0d3f45bf8c46e83a7aa1b75b86f1e7a0.zip |
ASoC: pcm512x: Scrub my work address from the driver
It's difficult for me to handle upstream mail that ends up in my work
account and this was done outside of work anyway so replace my work
address with my usual address for upstream stuff.
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/pcm512x.c')
-rw-r--r-- | sound/soc/codecs/pcm512x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/pcm512x.c b/sound/soc/codecs/pcm512x.c index 68feae262476..e0f3556d3872 100644 --- a/sound/soc/codecs/pcm512x.c +++ b/sound/soc/codecs/pcm512x.c @@ -1,7 +1,7 @@ /* * Driver for the PCM512x CODECs * - * Author: Mark Brown <broonie@linaro.org> + * Author: Mark Brown <broonie@kernel.org> * Copyright 2014 Linaro Ltd * * This program is free software; you can redistribute it and/or @@ -1602,5 +1602,5 @@ const struct dev_pm_ops pcm512x_pm_ops = { EXPORT_SYMBOL_GPL(pcm512x_pm_ops); MODULE_DESCRIPTION("ASoC PCM512x codec driver"); -MODULE_AUTHOR("Mark Brown <broonie@linaro.org>"); +MODULE_AUTHOR("Mark Brown <broonie@kernel.org>"); MODULE_LICENSE("GPL v2"); |