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

Fix the build warning about variable 'ep_ring' set but not used

[Minor commit message change -Mathias]
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-ring.c