From: Martin Kepplinger Date: Mon, 28 Jan 2019 19:04:08 +0000 (-0800) Subject: Input: st1232 - add Martin as module author X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4dbb71195b34232d9ecc12c4cfbee6871688a0e3;p=linux.git Input: st1232 - add Martin as module author This adds myself as an author of the st1232 driver module as Tony's email address doesn't seem to work anymore. Signed-off-by: Martin Kepplinger Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/st1232.c b/drivers/input/touchscreen/st1232.c index 777df903605d4..634d6c243845f 100644 --- a/drivers/input/touchscreen/st1232.c +++ b/drivers/input/touchscreen/st1232.c @@ -338,5 +338,6 @@ static struct i2c_driver st1232_ts_driver = { module_i2c_driver(st1232_ts_driver); MODULE_AUTHOR("Tony SIM "); +MODULE_AUTHOR("Martin Kepplinger "); MODULE_DESCRIPTION("SITRONIX ST1232 Touchscreen Controller Driver"); MODULE_LICENSE("GPL v2");