Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354775
b: refs/heads/master
c: fa47ba7
h: refs/heads/master
i:
  354773: 9af5183
  354771: 242038f
  354767: ae18671
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent 1a1e835 commit ba32dad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: cc5ab61086334e72afdf970c032fecf5e5fcf7ca
refs/heads/master: fa47ba75ec2d5818d7aeeb540e738827c4b69194
7 changes: 0 additions & 7 deletions trunk/drivers/tty/nozomi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1679,12 +1679,6 @@ static int ntty_write(struct tty_struct *tty, const unsigned char *buffer,

rval = kfifo_in(&port->fifo_ul, (unsigned char *)buffer, count);

/* notify card */
if (unlikely(dc == NULL)) {
DBG1("No device context?");
goto exit;
}

spin_lock_irqsave(&dc->spin_mutex, flags);
/* CTS is only valid on the modem channel */
if (port == &(dc->port[PORT_MDM])) {
Expand All @@ -1700,7 +1694,6 @@ static int ntty_write(struct tty_struct *tty, const unsigned char *buffer,
}
spin_unlock_irqrestore(&dc->spin_mutex, flags);

exit:
return rval;
}

Expand Down

0 comments on commit ba32dad

Please sign in to comment.