diff options
author | Sean Nyekjaer <sean@geanix.com> | 2019-03-05 10:36:27 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-04-04 22:19:53 +0300 |
commit | d43102f525d9d7a727e086d23e7c27dd665a36d4 (patch) | |
tree | 054923adf1e2dbdb74c53d5549420888202fbf5b /drivers/iio/dac | |
parent | bcccd7ab3dcd5cb8d011dd523b571c6dd082d0a5 (diff) | |
download | linux-d43102f525d9d7a727e086d23e7c27dd665a36d4.tar.xz |
iio: dac: ti-dac5571: 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/dac')
-rw-r--r-- | drivers/iio/dac/ti-dac5571.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/dac/ti-dac5571.c b/drivers/iio/dac/ti-dac5571.c index f6dcd8bce2b0..891e9cac019e 100644 --- a/drivers/iio/dac/ti-dac5571.c +++ b/drivers/iio/dac/ti-dac5571.c @@ -429,6 +429,6 @@ static struct i2c_driver dac5571_driver = { }; module_i2c_driver(dac5571_driver); -MODULE_AUTHOR("Sean Nyekjaer <sean.nyekjaer@prevas.dk>"); +MODULE_AUTHOR("Sean Nyekjaer <sean@geanix.dk>"); MODULE_DESCRIPTION("Texas Instruments 8/10/12-bit 1/4-channel DAC driver"); MODULE_LICENSE("GPL v2"); |