aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ad525x_dpot-spi.c
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2018-08-14 13:30:18 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-14 15:36:20 +0200
commitdbd71398bdd44a54734eff6610ee04371047cecc (patch)
tree6193227f80270aa6a8f7d18ef5636918ee18e166 /drivers/misc/ad525x_dpot-spi.c
parent99aeebe8140c642cdf2c3822b1dcbd37433fe770 (diff)
downloadlinux-dbd71398bdd44a54734eff6610ee04371047cecc.tar.gz
drivers: misc: ad525x_dpot: Update MODULE AUTHOR email address
no functional changes Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/ad525x_dpot-spi.c')
-rw-r--r--drivers/misc/ad525x_dpot-spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ad525x_dpot-spi.c b/drivers/misc/ad525x_dpot-spi.c
index 39a7f517ee7ed..0383ec1537256 100644
--- a/drivers/misc/ad525x_dpot-spi.c
+++ b/drivers/misc/ad525x_dpot-spi.c
@@ -140,7 +140,7 @@ static struct spi_driver ad_dpot_spi_driver = {
module_spi_driver(ad_dpot_spi_driver);
-MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
+MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
MODULE_DESCRIPTION("digital potentiometer SPI bus driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("spi:ad_dpot");