Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248649
b: refs/heads/master
c: 9d86f71
h: refs/heads/master
i:
  248647: 79f33cc
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Apr 19, 2011
1 parent 474c4ee commit e1bf4dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: f2ee4ae87d7781ddb5bf8da25591b9b79966f8ea
refs/heads/master: 9d86f71b599a3f59bc9fe7eabf6c84c8c3a37fe0
4 changes: 0 additions & 4 deletions trunk/drivers/tty/moxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1281,10 +1281,8 @@ static int moxa_tiocmset(struct tty_struct *tty,
unsigned int set, unsigned int clear)
{
struct moxa_port *ch;
int port;
int dtr, rts;

port = tty->index;
mutex_lock(&moxa_openlock);
ch = tty->driver_data;
if (!ch) {
Expand Down Expand Up @@ -1756,11 +1754,9 @@ static int MoxaPortSetTermio(struct moxa_port *port, struct ktermios *termio,
speed_t baud)
{
void __iomem *ofsAddr;
tcflag_t cflag;
tcflag_t mode = 0;

ofsAddr = port->tableAddr;
cflag = termio->c_cflag; /* termio->c_cflag */

mode = termio->c_cflag & CSIZE;
if (mode == CS5)
Expand Down

0 comments on commit e1bf4dd

Please sign in to comment.