|
@@ -1934,7 +1934,8 @@ static int handle_tx_event(struct xhci_hcd *xhci,
|
|
|
if (!xdev) {
|
|
|
xhci_err(xhci, "ERROR Transfer event pointed to bad slot\n");
|
|
|
xhci_err(xhci, "@%016llx %08x %08x %08x %08x\n",
|
|
|
- xhci_trb_virt_to_dma(xhci->event_ring->deq_seg,
|
|
|
+ (unsigned long long) xhci_trb_virt_to_dma(
|
|
|
+ xhci->event_ring->deq_seg,
|
|
|
xhci->event_ring->dequeue),
|
|
|
lower_32_bits(le64_to_cpu(event->buffer)),
|
|
|
upper_32_bits(le64_to_cpu(event->buffer)),
|
|
@@ -1956,7 +1957,8 @@ static int handle_tx_event(struct xhci_hcd *xhci,
|
|
|
xhci_err(xhci, "ERROR Transfer event for disabled endpoint "
|
|
|
"or incorrect stream ring\n");
|
|
|
xhci_err(xhci, "@%016llx %08x %08x %08x %08x\n",
|
|
|
- xhci_trb_virt_to_dma(xhci->event_ring->deq_seg,
|
|
|
+ (unsigned long long) xhci_trb_virt_to_dma(
|
|
|
+ xhci->event_ring->deq_seg,
|
|
|
xhci->event_ring->dequeue),
|
|
|
lower_32_bits(le64_to_cpu(event->buffer)),
|
|
|
upper_32_bits(le64_to_cpu(event->buffer)),
|