Message ID | e180a7c6af0c569be9a950ff25667bc7@208suo.com |
---|---|
State | New |
Headers | show |
Series | HID: mcp2221: Remove unneeded semicolon | expand |
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;
./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(-)