[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180112174649.GA116473@ivb43>
Date: Sat, 13 Jan 2018 01:46:49 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Chunfeng Yun <chunfeng.yun@...iatek.com>
Cc: kbuild-all@...org, Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Mathias Nyman <mathias.nyman@...el.com>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-usb@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] usb: xhci-mtk: fix semicolon.cocci warnings
From: Fengguang Wu <fengguang.wu@...el.com>
drivers/usb/host/xhci-mtk.c:311:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: a2ecc4df9f84 ("usb: xhci-mtk: supports remote wakeup for mt2712 with two xHCI IPs")
CC: Chunfeng Yun <chunfeng.yun@...iatek.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
xhci-mtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/usb/host/xhci-mtk.c
+++ b/drivers/usb/host/xhci-mtk.c
@@ -308,7 +308,7 @@ static void usb_wakeup_ip_sleep_set(stru
break;
default:
return;
- };
+ }
regmap_update_bits(mtk->uwk, reg, msk, val);
}
Powered by blists - more mailing lists