diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2018-08-14 13:30:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-14 15:36:20 +0200 |
commit | dbd71398bdd44a54734eff6610ee04371047cecc (patch) | |
tree | 6193227f80270aa6a8f7d18ef5636918ee18e166 /drivers/misc/ad525x_dpot-spi.c | |
parent | 99aeebe8140c642cdf2c3822b1dcbd37433fe770 (diff) | |
download | linux-dbd71398bdd44a54734eff6610ee04371047cecc.tar.gz linux-dbd71398bdd44a54734eff6610ee04371047cecc.tar.bz2 linux-dbd71398bdd44a54734eff6610ee04371047cecc.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ad525x_dpot-spi.c b/drivers/misc/ad525x_dpot-spi.c index 39a7f517ee7e..0383ec153725 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"); |