diff options
Diffstat (limited to 'drivers/usb/host/xhci-ring.c')
-rw-r--r-- | drivers/usb/host/xhci-ring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-ring.c b/drivers/usb/host/xhci-ring.c index 9d6874710669..8fb5d52c08c9 100644 --- a/drivers/usb/host/xhci-ring.c +++ b/drivers/usb/host/xhci-ring.c | |||
@@ -188,7 +188,7 @@ static void inc_enq(struct xhci_hcd *xhci, struct xhci_ring *ring, bool consumer | |||
188 | next->link.control &= (u32) ~TRB_CYCLE; | 188 | next->link.control &= (u32) ~TRB_CYCLE; |
189 | else | 189 | else |
190 | next->link.control |= (u32) TRB_CYCLE; | 190 | next->link.control |= (u32) TRB_CYCLE; |
191 | next->link.control &= TRB_CHAIN; | 191 | next->link.control &= ~TRB_CHAIN; |
192 | next->link.control |= chain; | 192 | next->link.control |= chain; |
193 | } | 193 | } |
194 | /* Toggle the cycle bit after the last ring segment. */ | 194 | /* Toggle the cycle bit after the last ring segment. */ |