Merge branch 'master' into for-next
Conflicts: fs/exofs/inode.c
This commit is contained in:
@@ -212,7 +212,7 @@ static int ohci_urb_enqueue (
|
||||
spin_lock_irqsave (&ohci->lock, flags);
|
||||
|
||||
/* don't submit to a dead HC */
|
||||
if (!test_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags)) {
|
||||
if (!HCD_HW_ACCESSIBLE(hcd)) {
|
||||
retval = -ENODEV;
|
||||
goto fail;
|
||||
}
|
||||
@@ -684,7 +684,7 @@ retry:
|
||||
}
|
||||
|
||||
/* use rhsc irqs after khubd is fully initialized */
|
||||
hcd->poll_rh = 1;
|
||||
set_bit(HCD_FLAG_POLL_RH, &hcd->flags);
|
||||
hcd->uses_new_polling = 1;
|
||||
|
||||
/* start controller operations */
|
||||
@@ -821,7 +821,7 @@ static irqreturn_t ohci_irq (struct usb_hcd *hcd)
|
||||
else if (ints & OHCI_INTR_RD) {
|
||||
ohci_vdbg(ohci, "resume detect\n");
|
||||
ohci_writel(ohci, OHCI_INTR_RD, ®s->intrstatus);
|
||||
hcd->poll_rh = 1;
|
||||
set_bit(HCD_FLAG_POLL_RH, &hcd->flags);
|
||||
if (ohci->autostop) {
|
||||
spin_lock (&ohci->lock);
|
||||
ohci_rh_resume (ohci);
|
||||
|
Reference in New Issue
Block a user