summaryrefslogtreecommitdiff
path: root/fts.c
diff options
context:
space:
mode:
Diffstat (limited to 'fts.c')
-rw-r--r--fts.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fts.c b/fts.c
index 46eddc7..eb95b5f 100644
--- a/fts.c
+++ b/fts.c
@@ -4208,11 +4208,9 @@ static int fts_fw_update(struct fts_ts_info *info)
* there is extinfo to read but is not yet available.
*/
ret = fts_read_panel_extinfo(info, 10);
- if (ret < 0) {
+ if (ret < 0)
pr_err("%s: Failed or timed out during read of extinfo. ret=%d\n",
__func__, ret);
- goto out;
- }
/* Identify panel given extinfo that may have been received. */
ret = fts_identify_panel(info);