Re: [PATCH v2 0/4] usb: xhci: fix build warnings

From: Mathias Nyman
Date: Tue Oct 31 2017 - 08:59:30 EST


On 26.10.2017 13:46, Corentin Labbe wrote:
Hello

This patchset fix some build warnings on usb/xhci.

Regards

Changes since v1:
- Changed subject of patch

Corentin Labbe (4):
usb: xhci: remove unused variable last_freed_endpoint
usb: xhci: remove unused variable ep
usb: xhci: remove unused variable urb_priv
usb: xhci: remove unused variable ep_ring

drivers/usb/host/xhci-ring.c | 4 ----
drivers/usb/host/xhci.c | 5 -----
2 files changed, 9 deletions(-)


Thanks, adding to queue.

Did some minor modification to commit messages to avoid long lines

-Mathias