diff options
| author | Yaroslav Furman <yaro330@gmail.com> | 2019-06-14 09:44:27 +0530 |
|---|---|---|
| committer | Davide Garberi <dade.garberi@gmail.com> | 2019-06-20 14:28:57 +0200 |
| commit | f596df2038c423e9d2eaf6ddc55c02c7d5480531 (patch) | |
| tree | 2bcb50632f48b906db61d07ea6b4474342f3ea95 | |
| parent | b41e5dbd3df35e12ffe0e921b207797b779900f5 (diff) | |
* It is broken in some refurbished devices after k4.4 upgrade,
but touchscreen works fine so why even bother..
Change-Id: I167be7b1c282d5f3c90db0a131206b443da3a170
| -rw-r--r-- | drivers/input/touchscreen/gt9x_2.4/gt9xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/gt9x_2.4/gt9xx.c b/drivers/input/touchscreen/gt9x_2.4/gt9xx.c index e55b023d83d8..f29b2241ced5 100644 --- a/drivers/input/touchscreen/gt9x_2.4/gt9xx.c +++ b/drivers/input/touchscreen/gt9x_2.4/gt9xx.c @@ -1178,7 +1178,6 @@ static s32 gtp_init_panel(struct goodix_ts_data *ts) { ts->fw_error = 1; GTP_ERROR("Firmware error, no config sent!"); - return -1; } } } |
