usb: musb: remove unused frame variable
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 26 Dec 2017 19:33:50 +0000 (13:33 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jan 2018 16:33:21 +0000 (17:33 +0100)
commit576ec7fd93c32d1ec56dcf69099848da81e4ec4c
tree45b3361f768e3eb559435885a4b8f6d5632aba5b
parent01f1918833e4817fdb0810306c021c5cbee775d3
usb: musb: remove unused frame variable

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@baylibre.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_host.c