Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324543
b: refs/heads/master
c: 8cf7842
h: refs/heads/master
i:
  324541: 1182cde
  324539: a1a426e
  324535: 3820e22
  324527: 13a4af2
  324511: aa57f68
  324479: ea7ca3e
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Aug 15, 2012
1 parent a1049e4 commit f5ea9b5
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: 7b11eb3eaaf049586bc44e2512c5d0cd64eb79df
refs/heads/master: 8cf78422eaeb29828fb6b897550c6090696fc40d
2 changes: 0 additions & 2 deletions trunk/drivers/staging/serqt_usb2/serqt_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ static void ProcessLineStatus(struct quatech_port *qt_port,
qt_port->shadowLSR =
line_status & (SERIAL_LSR_OE | SERIAL_LSR_PE | SERIAL_LSR_FE |
SERIAL_LSR_BI);
return;
}

static void ProcessModemStatus(struct quatech_port *qt_port,
Expand All @@ -256,7 +255,6 @@ static void ProcessModemStatus(struct quatech_port *qt_port,

qt_port->shadowMSR = modem_status;
wake_up_interruptible(&qt_port->wait);
return;
}

static void ProcessRxChar(struct tty_struct *tty, struct usb_serial_port *port,
Expand Down

0 comments on commit f5ea9b5

Please sign in to comment.