Re: [PATCH] usb: core: fix compile warning

From: Greg Kroah-Hartman
Date: Tue Sep 11 2018 - 04:06:59 EST


On Tue, Sep 11, 2018 at 02:54:13AM -0500, Gustavo A. R. Silva wrote:
> Fix the following compile warning:
>
> warning: unused variable âflagsâ [-Wunused-variable]
> unsigned long flags;
>
> Fixes: ed194d136769 ("usb: core: remove local_irq_save() around ->complete() handler")
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>
> ---
> drivers/usb/core/hcd.c | 1 -
> 1 file changed, 1 deletion(-)

I can't believe I missed this :(

Someone else sent this right before you, I'll add your s-o-b to that
patch as well.

thanks,

greg k-h