Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354549
b: refs/heads/master
c: 026630d
h: refs/heads/master
i:
  354547: 81c6a9e
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Sarah Sharp committed Jan 3, 2013
1 parent 9661843 commit c57af2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 470f0be8aa78034030d3e05580e85ba7d0e26da7
refs/heads/master: 026630d09ba7b6cd44a43b92ad256c28a9e3ddc2
2 changes: 0 additions & 2 deletions trunk/drivers/usb/host/xhci-ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -2706,13 +2706,11 @@ irqreturn_t xhci_irq(struct usb_hcd *hcd)
{
struct xhci_hcd *xhci = hcd_to_xhci(hcd);
u32 status;
union xhci_trb *trb;
u64 temp_64;
union xhci_trb *event_ring_deq;
dma_addr_t deq;

spin_lock(&xhci->lock);
trb = xhci->event_ring->dequeue;
/* Check if the xHC generated the interrupt, or the irq is shared */
status = xhci_readl(xhci, &xhci->op_regs->status);
if (status == 0xffffffff)
Expand Down

0 comments on commit c57af2b

Please sign in to comment.