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 <cla...@baylibre.com> > --- > drivers/usb/musb/musb_host.c | 2 -- > 1 file changed, 2 deletions(-)
Applied. it will be pushed out for v4.16-rc1. Thanks, -Bin.