* [PATCH] usb: xhci-mtk: fix semicolon.cocci warnings [not found] <201801130146.PhKGTuzk%fengguang.wu@intel.com> @ 2018-01-12 17:46 ` kbuild test robot 2018-01-13 6:35 ` Chunfeng Yun 0 siblings, 1 reply; 3+ messages in thread From: kbuild test robot @ 2018-01-12 17:46 UTC (permalink / raw) To: Chunfeng Yun Cc: kbuild-all, Greg Kroah-Hartman, Mathias Nyman, Matthias Brugger, linux-usb, linux-arm-kernel, linux-mediatek, linux-kernel From: Fengguang Wu <fengguang.wu@intel.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@mediatek.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.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); } ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] usb: xhci-mtk: fix semicolon.cocci warnings 2018-01-12 17:46 ` [PATCH] usb: xhci-mtk: fix semicolon.cocci warnings kbuild test robot @ 2018-01-13 6:35 ` Chunfeng Yun 2018-01-16 15:03 ` Mathias Nyman 0 siblings, 1 reply; 3+ messages in thread From: Chunfeng Yun @ 2018-01-13 6:35 UTC (permalink / raw) To: kbuild test robot Cc: kbuild-all, Greg Kroah-Hartman, Mathias Nyman, Matthias Brugger, linux-usb, linux-arm-kernel, linux-mediatek, linux-kernel On Sat, 2018-01-13 at 01:46 +0800, kbuild test robot wrote: > From: Fengguang Wu <fengguang.wu@intel.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@mediatek.com> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.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); > } > Thanks Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com> ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] usb: xhci-mtk: fix semicolon.cocci warnings 2018-01-13 6:35 ` Chunfeng Yun @ 2018-01-16 15:03 ` Mathias Nyman 0 siblings, 0 replies; 3+ messages in thread From: Mathias Nyman @ 2018-01-16 15:03 UTC (permalink / raw) To: Chunfeng Yun, kbuild test robot Cc: kbuild-all, Greg Kroah-Hartman, Matthias Brugger, linux-usb, linux-arm-kernel, linux-mediatek, linux-kernel On 13.01.2018 08:35, Chunfeng Yun wrote: > On Sat, 2018-01-13 at 01:46 +0800, kbuild test robot wrote: >> From: Fengguang Wu <fengguang.wu@intel.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@mediatek.com> >> Signed-off-by: Fengguang Wu <fengguang.wu@intel.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); >> } >> > Thanks > > Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > Thanks, Adding to queue -Mathias ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-16 15:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201801130146.PhKGTuzk%fengguang.wu@intel.com>
2018-01-12 17:46 ` [PATCH] usb: xhci-mtk: fix semicolon.cocci warnings kbuild test robot
2018-01-13 6:35 ` Chunfeng Yun
2018-01-16 15:03 ` Mathias Nyman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox