usb: xhci: remove unused variable ep
authorCorentin Labbe <clabbe.montjoie@gmail.com>
Fri, 8 Dec 2017 15:59:03 +0000 (17:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Dec 2017 16:43:52 +0000 (17:43 +0100)
commitbed53019d9d811e06203914ef39cea44bfdad74a
tree3aa405dbf8c90a7af82c0a4c25d7e0d9b2ed9330
parent78a0db2a61b0f59a2faa090df75fe722f25d27f1
usb: xhci: remove unused variable ep

Fix the build warning: variable 'ep' set but not used

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c