Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317048
b: refs/heads/master
c: ddc04ae
h: refs/heads/master
v: v3
  • Loading branch information
Ben Minerds authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent 15d6611 commit ac447d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 40adac81432a1e65cc36b09c0c61b48f3fa292cf
refs/heads/master: ddc04ae77f6ed8ba60c2387536eeb685e9f5e856
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ static void usa28_instat_callback(struct urb *urb)
p_priv->dcd_state = ((msg->dcd) ? 1 : 0);
p_priv->ri_state = ((msg->ri) ? 1 : 0);

if( old_dcd_state != p_priv->dcd_state && old_dcd_state) {
if (old_dcd_state != p_priv->dcd_state && old_dcd_state) {
tty = tty_port_tty_get(&port->port);
if (tty && !C_CLOCAL(tty))
tty_hangup(tty);
Expand Down

0 comments on commit ac447d6

Please sign in to comment.