[<prev] [next>] [day] [month] [year] [list]
Message-ID: <e180a7c6af0c569be9a950ff25667bc7@208suo.com>
Date: Tue, 27 Jun 2023 16:34:19 +0800
From: baomingtong001@...suo.com
To: gupt21@...il.com, jikos@...nel.org, benjamin.tissoires@...hat.com
Cc: linux-i2c@...r.kernel.org, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] HID: mcp2221: Remove unneeded semicolon
./drivers/hid/hid-mcp2221.c:1027:3-4: Unneeded semicolon
Signed-off-by: Mingtong Bao <baomingtong001@...suo.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 72883e0ce757..38e795c58764 100644
--- a/drivers/hid/hid-mcp2221.c
+++ b/drivers/hid/hid-mcp2221.c
@@ -1024,7 +1024,7 @@ static int mcp_iio_channels(struct mcp2221 *mcp)
break;
default:
continue;
- };
+ }
chan->type = IIO_VOLTAGE;
chan->indexed = 1;
--
2.40.1
Powered by blists - more mailing lists