Re: [PATCH 1/2] musb: remove unused frame variable
From: Bin Liu
Date: Thu Nov 16 2017 - 11:54:48 EST
Hi,
On Wed, Nov 15, 2017 at 07:20:34PM +0000, Corentin Labbe wrote:
> This patch fix the following warning
> drivers/usb/musb/musb_host.c:223:8: warning: variable 'frame' set but not used [-Wunused-but-set-variable]
> by remove the frame variable in musb_start_urb().
>
> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
> ---
> drivers/usb/musb/musb_host.c | 2 --
> 1 file changed, 2 deletions(-)
Applied. it will be pushed out for v4.16-rc1.
Thanks,
-Bin.