Updated to 2.6.32.27
/drivers/usb/host/xhci-ring.c
blob:317e8dc7c4f30513d61e511e8e486fe239928e29 -> blob:6416a0fca012b0ad80366559ce7a34028d4bdaf3
--- drivers/usb/host/xhci-ring.c
+++ drivers/usb/host/xhci-ring.c
@@ -124,7 +124,7 @@ static void next_trb(struct xhci_hcd *xh
*seg = (*seg)->next;
*trb = ((*seg)->trbs);
} else {
- *trb = (*trb)++;
+ (*trb)++;
}
}