Skip to content

Commit

Permalink
Input: ad7879 - update MODULE_AUTHOR email address
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
mhennerich authored and dtor committed Feb 23, 2017
1 parent b4816f7 commit 2581e5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/ad7879-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ static struct i2c_driver ad7879_i2c_driver = {

module_i2c_driver(ad7879_i2c_driver);

MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/ad7879-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/ad7879.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,6 @@ struct ad7879 *ad7879_probe(struct device *dev, struct regmap *regmap,
}
EXPORT_SYMBOL(ad7879_probe);

MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
MODULE_DESCRIPTION("AD7879(-1) touchscreen Driver");
MODULE_LICENSE("GPL");

0 comments on commit 2581e5d

Please sign in to comment.