diff options
| author | 2019-03-05 08:36:26 +0100 | |
|---|---|---|
| committer | 2019-04-04 20:19:53 +0100 | |
| commit | bcccd7ab3dcd5cb8d011dd523b571c6dd082d0a5 (patch) | |
| tree | 0e7213ddfafcc1515ebd0caf9dbb1c621f34d8d4 | |
| parent | iio: accel: kxcjk1013: Add device tree support (diff) | |
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>
| -rw-r--r-- | drivers/iio/adc/ti-ads8688.c | 2 |
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"); |
