Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361933
b: refs/heads/master
c: d78658d
h: refs/heads/master
i:
  361931: c88f41b
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 26, 2013
1 parent 75488b6 commit 3366826
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a83d6755814e4614ba77e15d82796af0f695c6b8
refs/heads/master: d78658d45eef74f18d78bc49801f90a0c50fbea0
2 changes: 2 additions & 0 deletions trunk/drivers/usb/host/ehci-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,7 @@ itd_urb_transaction (

memset (itd, 0, sizeof *itd);
itd->itd_dma = itd_dma;
itd->frame = 9999; /* an invalid value */
list_add (&itd->itd_list, &sched->td_list);
}
spin_unlock_irqrestore (&ehci->lock, flags);
Expand Down Expand Up @@ -1915,6 +1916,7 @@ sitd_urb_transaction (

memset (sitd, 0, sizeof *sitd);
sitd->sitd_dma = sitd_dma;
sitd->frame = 9999; /* an invalid value */
list_add (&sitd->sitd_list, &iso_sched->td_list);
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ static int usb_serial_probe(struct usb_interface *interface,
port->port.ops = &serial_port_ops;
port->serial = serial;
spin_lock_init(&port->lock);
init_waitqueue_head(&port->delta_msr_wait);
/* Keep this for private driver use for the moment but
should probably go away */
INIT_WORK(&port->work, usb_serial_port_work);
Expand Down

0 comments on commit 3366826

Please sign in to comment.