summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
diff options
context:
space:
mode:
authorSean Nyekjaer <sean@geanix.com>2019-03-05 10:36:26 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-04-04 22:19:53 +0300
commitbcccd7ab3dcd5cb8d011dd523b571c6dd082d0a5 (patch)
tree0e7213ddfafcc1515ebd0caf9dbb1c621f34d8d4 /drivers/iio/adc
parent3b866fd28ff17b8d7ea8ef6b109618a7f2cc1042 (diff)
downloadlinux-bcccd7ab3dcd5cb8d011dd523b571c6dd082d0a5.tar.xz
iio: adc: ti-ads8688: Update the module author email address
Update the module author to the current email address. Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc')
-rw-r--r--drivers/iio/adc/ti-ads8688.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/ti-ads8688.c b/drivers/iio/adc/ti-ads8688.c
index 8b4568edd5cb..f9461070a74a 100644
--- a/drivers/iio/adc/ti-ads8688.c
+++ b/drivers/iio/adc/ti-ads8688.c
@@ -523,6 +523,6 @@ static struct spi_driver ads8688_driver = {
};
module_spi_driver(ads8688_driver);
-MODULE_AUTHOR("Sean Nyekjaer <sean.nyekjaer@prevas.dk>");
+MODULE_AUTHOR("Sean Nyekjaer <sean@geanix.dk>");
MODULE_DESCRIPTION("Texas Instruments ADS8688 driver");
MODULE_LICENSE("GPL v2");