[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221021085727.118133-1-yang.lee@linux.alibaba.com>
Date: Fri, 21 Oct 2022 16:57:27 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: gupt21@...il.com
Cc: jikos@...nel.org, benjamin.tissoires@...hat.com,
linux-i2c@...r.kernel.org, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org, Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next RESEND] HID: mcp2221: Remove unneeded semicolon
./drivers/hid/hid-mcp2221.c:1019:3-4: Unneeded semicolon
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2485
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
drivers/hid/hid-mcp2221.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hid/hid-mcp2221.c b/drivers/hid/hid-mcp2221.c
index b3eaf170f0ec..9287730aab27 100644
--- a/drivers/hid/hid-mcp2221.c
+++ b/drivers/hid/hid-mcp2221.c
@@ -1019,7 +1019,7 @@ static int mcp_iio_channels(struct mcp2221 *mcp)
break;
default:
continue;
- };
+ }
chan->type = IIO_VOLTAGE;
chan->indexed = 1;
--
2.20.1.7.g153144c
Powered by blists - more mailing lists