Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1387052pxb; Fri, 20 Nov 2020 08:17:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJwP7HsRO7yKDiQNbDV9UJjrAbXl18E658R2ONxHXTAX0NK1emguD+HSZ72FED0hOCll7xi7 X-Received: by 2002:aa7:d787:: with SMTP id s7mr34898630edq.205.1605889044189; Fri, 20 Nov 2020 08:17:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605889044; cv=none; d=google.com; s=arc-20160816; b=DqnzBa5qpCrFJBuMsIHHvMFJ2aWCCR2tvKybNCQMeOw/D0AkK1su4BbUvS4de+ywC0 hVVHcAeado6cuqlPlcPsiXUsaom8AM78obApjkmWMLg4EHZqQN8NEZ9W1rKhCjopsmaT 7eo6FBUZl0v4pS6a+7o6Be9sLG2hudnCW9IaGjiokug9XzwwInHgthFrTIgL6wQKg5bU QrfDvCJh9Ybm5q5Z9IcYS7be6Ln60t4YGWJa+m2Yz5q/TpOz9iRsRNaySiHss9gDDKiC /q2CD2sOdd11wgrVnacfc3/JNaRwOKLa+YwLLO8dtdOQx04kkUQhmTWFKpo/Z1YVL8oq EwSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=95GQ6Wcj9wXAvUC9wA9cxMWCssuriPPzPxGtgscyV3w=; b=R8J7JESleHwz5oxmjFyr3AK0f4B7Msj+LGCRJNNTrBEA3guEASXfA1ifapIVYyW4Nt EwKlMC1d8Ho41wrHYOGFGZ2AwXUTDKMcSMALcne/U3U9Pp2emhjPqJfYMYemybYRrvQE 2xMFNjas2oyTmPlZp1297syE2s/Y+jGLThMPovRxwR66Kw+bC6R4lZ1EMajtBOJFv7FB s6CyTTa06WII7EMMzNZt6xRM5/W4xgL76fZdeB+E7IZO7ZQIJkZ/3Z8//x8ng1KUdlB3 XUH6e2hqsQ8aBr2po8NUK5H2CGhZVMyP8iJ5kwDPgm35W29hJnI4jX4IJiHqjlI5ahCj L7bg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id rk21si1937462ejb.139.2020.11.20.08.16.59; Fri, 20 Nov 2020 08:17:24 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728635AbgKTQPV (ORCPT + 99 others); Fri, 20 Nov 2020 11:15:21 -0500 Received: from netrider.rowland.org ([192.131.102.5]:40399 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1728623AbgKTQPU (ORCPT ); Fri, 20 Nov 2020 11:15:20 -0500 Received: (qmail 619842 invoked by uid 1000); 20 Nov 2020 11:15:19 -0500 Date: Fri, 20 Nov 2020 11:15:19 -0500 From: Alan Stern To: Greg Kroah-Hartman Cc: Min Guo , Bin Liu , Matthias Brugger , chunfeng.yun@mediatek.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH] usb: musb: remove unused variable 'devctl' Message-ID: <20201120161519.GA619708@rowland.harvard.edu> References: <20201117082125.7619-1-min.guo@mediatek.com> <1605854930.3995.8.camel@mhfsdcap03> <1605858126.3995.14.camel@mhfsdcap03> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 20, 2020 at 09:36:33AM +0100, Greg Kroah-Hartman wrote: > On Fri, Nov 20, 2020 at 03:42:06PM +0800, Min Guo wrote: > > On Fri, 2020-11-20 at 07:54 +0100, Greg Kroah-Hartman wrote: > > > On Fri, Nov 20, 2020 at 02:48:50PM +0800, Min Guo wrote: > > > > Hi greg k-h: > > > > On Wed, 2020-11-18 at 12:48 +0100, Greg Kroah-Hartman wrote: > > > > > On Tue, Nov 17, 2020 at 04:21:25PM +0800, min.guo@mediatek.com wrote: > > > > > > From: Min Guo > > > > > > > > > > > > Remove unused 'devctl' variable to fix compile warnings: > > > > > > > > > > > > drivers/usb/musb/musbhsdma.c: In function 'dma_controller_irq': > > > > > > drivers/usb/musb/musbhsdma.c:324:8: warning: variable 'devctl' set > > > > > > but not used [-Wunused-but-set-variable] > > > > > > > > > > > > Signed-off-by: Min Guo > > > > > > --- > > > > > > drivers/usb/musb/musbhsdma.c | 4 ---- > > > > > > 1 file changed, 4 deletions(-) > > > > > > > > > > > > diff --git a/drivers/usb/musb/musbhsdma.c b/drivers/usb/musb/musbhsdma.c > > > > > > index 0aacfc8be5a1..7acd1635850d 100644 > > > > > > --- a/drivers/usb/musb/musbhsdma.c > > > > > > +++ b/drivers/usb/musb/musbhsdma.c > > > > > > @@ -321,8 +321,6 @@ irqreturn_t dma_controller_irq(int irq, void *private_data) > > > > > > musb_channel->channel.status = > > > > > > MUSB_DMA_STATUS_BUS_ABORT; > > > > > > } else { > > > > > > - u8 devctl; > > > > > > - > > > > > > addr = musb_read_hsdma_addr(mbase, > > > > > > bchannel); > > > > > > channel->actual_len = addr > > > > > > @@ -336,8 +334,6 @@ irqreturn_t dma_controller_irq(int irq, void *private_data) > > > > > > < musb_channel->len) ? > > > > > > "=> reconfig 0" : "=> complete"); > > > > > > > > > > > > - devctl = musb_readb(mbase, MUSB_DEVCTL); > > > > > > > > > > Are you sure that the hardware does not require this read to complete > > > > > the command? Lots of hardware is that way, so be very careful about > > > > > this. Did you test it? > > > > > > > > I have tested this patch on Mediatek's platform, and not sure if it > > > > will affect other vendors' platforms. > > > > > > > > Dear Bin: > > > > > > > > Does this patch will affect other vendors' platforms? > > > > > > The hardware specs will answer this question, what do they say about > > > this read? > > > > Sorry, I didn't seen the comment on the hardware specs indicate that > > devctl register needs to read once to take effect. > > Perhaps you might want to add a comment here so that people will not > keep making this same mistake when they run auto-checkers on the > codebase? A better change would be - devctl = musb_readb(mbase, MUSB_DEVCTL); + (void) musb_readb(mbase, MUSB_DEVCTL); and eliminate the unused variable. Then there wouldn't be any compiler warning. Alan Stern