summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ad7879-spi.c
diff options
context:
space:
mode:
authorMichael Hennerich2017-02-22 19:34:20 +0100
committerDmitry Torokhov2017-02-23 18:21:29 +0100
commit2581e5d104298fc72022a6f849921533693d08fe (patch)
treeb196f6aa4227af9aa80a83b5aac47e62ec2ef4c6 /drivers/input/touchscreen/ad7879-spi.c
parentInput: ad7879-spi - remove bits_per_word = 16 enforcement (diff)
downloadkernel-qcow2-linux-2581e5d104298fc72022a6f849921533693d08fe.tar.gz
kernel-qcow2-linux-2581e5d104298fc72022a6f849921533693d08fe.tar.xz
kernel-qcow2-linux-2581e5d104298fc72022a6f849921533693d08fe.zip
Input: ad7879 - update MODULE_AUTHOR email address
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/ad7879-spi.c')
-rw-r--r--drivers/input/touchscreen/ad7879-spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ad7879-spi.c b/drivers/input/touchscreen/ad7879-spi.c
index 7af5a2349173..c73798297b98 100644
--- a/drivers/input/touchscreen/ad7879-spi.c
+++ b/drivers/input/touchscreen/ad7879-spi.c
@@ -73,7 +73,7 @@ static struct spi_driver ad7879_spi_driver = {
module_spi_driver(ad7879_spi_driver);
-MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
+MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
MODULE_DESCRIPTION("AD7879(-1) touchscreen SPI bus driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("spi:ad7879");