Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155361
b: refs/heads/master
c: 9525dcb
h: refs/heads/master
i:
  155359: 7e83d52
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Jul 12, 2009
1 parent 8a2e0e4 commit 223aaf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 9d37ff64567f852a222c78e7d13037bb02395dc7
refs/heads/master: 9525dcb30f5f412748f58a0537002ea47cfe55de
8 changes: 2 additions & 6 deletions trunk/drivers/usb/host/fhci-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,7 @@ irqreturn_t fhci_irq(struct usb_hcd *hcd)
out_be16(&usb->fhci->regs->usb_event,
usb->saved_msk);
} else if (usb->port_status == FHCI_PORT_DISABLED) {
if (fhci_ioports_check_bus_state(fhci) == 1 &&
usb->port_status != FHCI_PORT_LOW &&
usb->port_status != FHCI_PORT_FULL)
if (fhci_ioports_check_bus_state(fhci) == 1)
fhci_device_connected_interrupt(fhci);
}
usb_er &= ~USB_E_RESET_MASK;
Expand All @@ -605,9 +603,7 @@ irqreturn_t fhci_irq(struct usb_hcd *hcd)
}

if (usb_er & USB_E_IDLE_MASK) {
if (usb->port_status == FHCI_PORT_DISABLED &&
usb->port_status != FHCI_PORT_LOW &&
usb->port_status != FHCI_PORT_FULL) {
if (usb->port_status == FHCI_PORT_DISABLED) {
usb_er &= ~USB_E_RESET_MASK;
fhci_device_connected_interrupt(fhci);
} else if (usb->port_status ==
Expand Down

0 comments on commit 223aaf1

Please sign in to comment.