Re: [PATCH 2/2] musb: remove unused pipe variable

2017-11-16 Thread Bin Liu
Hi, On Wed, Nov 15, 2017 at 07:20:35PM +, Corentin Labbe wrote: > This patch fix the following build warning: > drivers/usb/musb/musb_host.c:1809:8: warning: variable 'pipe' set but not > used [-Wunused-but-set-variable] > by removing the pipe variable in musb_host_rx() > > Signed-off-by:

[PATCH 2/2] musb: remove unused pipe variable

2017-11-15 Thread Corentin Labbe
This patch fix the following build warning: drivers/usb/musb/musb_host.c:1809:8: warning: variable 'pipe' set but not used [-Wunused-but-set-variable] by removing the pipe variable in musb_host_rx() Signed-off-by: Corentin Labbe --- drivers/usb/musb/musb_host.c | 3 --- 1