Thread (2 messages) 2 messages, 2 authors, 2018-01-13

[PATCH] usb: mtu3: fix semicolon.cocci warnings

From: chunfeng.yun@mediatek.com (Chunfeng Yun)
Date: 2018-01-13 06:34:31
Also in: linux-mediatek, linux-usb, lkml

On Sat, 2018-01-13 at 01:18 +0800, kbuild test robot wrote:
quoted hunk ↗ jump to hunk
From: Fengguang Wu <redacted>

drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: f0ede2c6282b ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
CC: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Fengguang Wu <redacted>
---

 mtu3_host.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/usb/mtu3/mtu3_host.c
+++ b/drivers/usb/mtu3/mtu3_host.c
@@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(st
 		break;
 	default:
 		return;
-	};
+	}
 	regmap_update_bits(ssusb->uwk, reg, msk, val);
 }
 
Thanks a lot.

Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help