Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364456
b: refs/heads/master
c: 53ab34d
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Mar 25, 2013
1 parent 7c40737 commit 03265c0
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: 6c75e26067c8b8a17aea1bb54b9a8dc9d229c5e8
refs/heads/master: 53ab34dc50ad99366257d34cdb8a84f24250d611
2 changes: 0 additions & 2 deletions trunk/include/linux/usb/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
* port.
* @flags: usb serial port flags
* @write_wait: a wait_queue_head_t used by the port.
* @delta_msr_wait: modem-status-change wait queue
* @work: work queue entry for the line discipline waking up.
* @throttled: nonzero if the read urb is inactive to throttle the device
* @throttle_req: nonzero if the tty wants to throttle us
Expand Down Expand Up @@ -116,7 +115,6 @@ struct usb_serial_port {

unsigned long flags;
wait_queue_head_t write_wait;
wait_queue_head_t delta_msr_wait;
struct work_struct work;
char throttled;
char throttle_req;
Expand Down

0 comments on commit 03265c0

Please sign in to comment.