[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170619132427.GA46721@lkp-hsx03.lkp.intel.com>
Date: Mon, 19 Jun 2017 21:24:27 +0800
From: kbuild test robot <lkp@...el.com>
To: Wang Yafei <wangyafei@...dix.com>
Cc: kbuild-all@...org, Dmitry Torokhov <dmitry.torokhov@...il.com>,
Henrik Rydberg <rydberg@...math.org>,
linux-input@...r.kernel.org, andrew@...dix.com, mouse@...dix.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] Input: fix semicolon.cocci warnings
drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_update.c:752:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Wang Yafei <wangyafei@...dix.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
goodix_gtx5_update.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_update.c
+++ b/drivers/input/touchscreen/goodix-ts-sunrise/goodix_gtx5_update.c
@@ -749,7 +749,7 @@ static int goodix_send_fw_packet(struct
if (r < 0) {
dev_err(ts_dev->dev, "Error occurred when wait ISP idle\n");
return r;
- };
+ }
/* check ISP result */
r = goodix_isp_flash_done(ts_dev);
Powered by blists - more mailing lists