aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-05-17 14:00:29 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-20 16:21:47 -0400
commitc3443a6dbab1545265354d02a7edf95c84b0affd (patch)
tree71bb5bae84ee883122d14ed7503563010202f019 /drivers/usb/host
parentc024b7260c8f879a2ef3a3e6a853b579a46479f8 (diff)
USB: xhci: fix compiler warning.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r--drivers/usb/host/xhci-ring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c
index eabd9554482..36c858e5b52 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,
1743 if (enqueue_is_link_trb(ep_ring)) { 1743 if (enqueue_is_link_trb(ep_ring)) {
1744 struct xhci_ring *ring = ep_ring; 1744 struct xhci_ring *ring = ep_ring;
1745 union xhci_trb *next; 1745 union xhci_trb *next;
1746 unsigned long long addr;
1747 1746
1748 xhci_dbg(xhci, "prepare_ring: pointing to link trb\n"); 1747 xhci_dbg(xhci, "prepare_ring: pointing to link trb\n");
1749 next = ring->enqueue; 1748 next = ring->enqueue;