Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322702
b: refs/heads/master
c: 052c7f9
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Sarah Sharp committed Sep 5, 2012
1 parent f5a1ac3 commit 48d17aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a96874a2a92feaef607ddd3137277a788cb927a6
refs/heads/master: 052c7f9ffb0e95843e75448d02664459253f9ff8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ void xhci_shutdown(struct usb_hcd *hcd)
{
struct xhci_hcd *xhci = hcd_to_xhci(hcd);

if (xhci->quirks && XHCI_SPURIOUS_REBOOT)
if (xhci->quirks & XHCI_SPURIOUS_REBOOT)
usb_disable_xhci_ports(to_pci_dev(hcd->self.controller));

spin_lock_irq(&xhci->lock);
Expand Down

0 comments on commit 48d17aa

Please sign in to comment.