diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-02-18 23:17:39 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-02-19 21:38:19 +0300 |
commit | 44466306ebecc73c68835f5fe27d119591a1ab5c (patch) | |
tree | 0dbf5e6f37c253be8514f05c6a939b22bac3c3fe /.mailmap | |
parent | 0b8f452c9698d48aa92de17294032fac03d47229 (diff) | |
download | linux-44466306ebecc73c68835f5fe27d119591a1ab5c.tar.xz |
Input: ti_am335x_tsc - remove set but not used variable 'tscadc_dev'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/input/touchscreen/ti_am335x_tsc.c: In function 'titsc_suspend':
drivers/input/touchscreen/ti_am335x_tsc.c:510:24: warning:
variable 'tscadc_dev' set but not used [-Wunused-but-set-variable]
drivers/input/touchscreen/ti_am335x_tsc.c: In function 'titsc_resume':
drivers/input/touchscreen/ti_am335x_tsc.c:527:24: warning:
variable 'tscadc_dev' set but not used [-Wunused-but-set-variable]
It's not used any more after 333e07ec4b33 ("Input: ti_am335x_tsc: Mark TSC
device as wakeup source")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions