Re: [PATCH 1/4] usb: xhci: Fix build warning

From: Greg KH
Date: Thu Oct 26 2017 - 02:52:01 EST


On Wed, Oct 25, 2017 at 06:32:26PM +0000, Corentin Labbe wrote:
> This patch fix the following build warnings:
> drivers/usb/host/xhci.c:3378:6: warning: variable 'last_freed_endpoint' set but not used [-Wunused-but-set-variable]
>
> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
> ---
> drivers/usb/host/xhci.c | 3 ---
> 1 file changed, 3 deletions(-)

You sent 4 patches with the same identical subject line, yet they do
different things. That's not acceptable at all, sorry...

greg k-h