From: Greg Kroah-Hartman Date: Mon, 17 May 2010 18:00:29 +0000 (-0700) Subject: USB: xhci: fix compiler warning. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c3443a6dbab1545265354d02a7edf95c84b0affd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git USB: xhci: fix compiler warning. Reported-by: Stephen Rothwell Cc: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index eabd95544823..36c858e5b529 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c @@ -1743,7 +1743,6 @@ static int prepare_ring(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, if (enqueue_is_link_trb(ep_ring)) { struct xhci_ring *ring = ep_ring; union xhci_trb *next; - unsigned long long addr; xhci_dbg(xhci, "prepare_ring: pointing to link trb\n"); next = ring->enqueue;