From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathias Nyman Subject: Re: [PATCH] usb: xhci-mtk: fix semicolon.cocci warnings Date: Tue, 16 Jan 2018 17:03:59 +0200 Message-ID: <97577efe-23cc-1faa-d204-a573822dd162@intel.com> References: <201801130146.PhKGTuzk%fengguang.wu@intel.com> <20180112174649.GA116473@ivb43> <1515825334.19513.9.camel@mhfsdcap03> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1515825334.19513.9.camel@mhfsdcap03> Content-Language: en-US Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Chunfeng Yun , kbuild test robot Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org, Greg Kroah-Hartman , Matthias Brugger , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-mediatek@lists.infradead.org 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 >> >> 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 >> Signed-off-by: Fengguang Wu >> --- >> >> 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 > Thanks, Adding to queue -Mathias -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html