[PATCH] HID: mcp2221: Remove unneeded semicolon

baomingtong001@208suo.com posted 1 patch 2 years, 7 months ago
There is a newer version of this series
drivers/hid/hid-mcp2221.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] HID: mcp2221: Remove unneeded semicolon
Posted by baomingtong001@208suo.com 2 years, 7 months ago
./drivers/hid/hid-mcp2221.c:1027:3-4: Unneeded semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.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