aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/health
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2020-08-14 06:49:41 -0700
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-09-03 19:40:46 +0100
commitea3e611b29b201612a0e9fcb32727f80d66bc053 (patch)
tree669e636f018ca9152a944914cd3289bdc6bb992d /drivers/iio/health
parentiio:adc:ti-adc081c: Drop ACPI ids that seem very unlikely to be official. (diff)
downloadlinux-dev-ea3e611b29b201612a0e9fcb32727f80d66bc053.tar.xz
linux-dev-ea3e611b29b201612a0e9fcb32727f80d66bc053.zip
iio: health: max30102: update author's email
Update email to author's current employer Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/health')
-rw-r--r--drivers/iio/health/max30102.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/health/max30102.c b/drivers/iio/health/max30102.c
index 9b47d9472a4f..bb504e993f19 100644
--- a/drivers/iio/health/max30102.c
+++ b/drivers/iio/health/max30102.c
@@ -2,7 +2,7 @@
/*
* max30102.c - Support for MAX30102 heart rate and pulse oximeter sensor
*
- * Copyright (C) 2017 Matt Ranostay <matt@ranostay.consulting>
+ * Copyright (C) 2017 Matt Ranostay <matt.ranostay@konsulko.com>
*
* Support for MAX30105 optical particle sensor
* Copyright (C) 2017 Peter Meerwald-Stadler <pmeerw@pmeerw.net>
@@ -632,6 +632,6 @@ static struct i2c_driver max30102_driver = {
};
module_i2c_driver(max30102_driver);
-MODULE_AUTHOR("Matt Ranostay <matt@ranostay.consulting>");
+MODULE_AUTHOR("Matt Ranostay <matt.ranostay@konsulko.com>");
MODULE_DESCRIPTION("MAX30102 heart rate/pulse oximeter and MAX30105 particle sensor driver");
MODULE_LICENSE("GPL");