Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163863
b: refs/heads/master
c: 90387f5
h: refs/heads/master
i:
  163861: c62ed78
  163859: 23ec91e
  163855: cec7749
v: v3
  • Loading branch information
Jiri Slaby authored and Live-CD User committed Sep 19, 2009
1 parent 95f1404 commit 450229c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 1f5c13fad4ec5617b610e12205902c06298c096a
refs/heads/master: 90387f5eb08e50d79ab305dab170b4a437d5802c
4 changes: 2 additions & 2 deletions trunk/drivers/char/riscom8.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ static void rc_flush_buffer(struct tty_struct *tty)
tty_wakeup(tty);
}

static void rc_close_port(struct tty_port *port, struct tty_struct *tty)
static void rc_close_port(struct tty_port *port)
{
unsigned long flags;
struct riscom_port *rp = container_of(port, struct riscom_port, port);
Expand Down Expand Up @@ -969,7 +969,7 @@ static void rc_close_port(struct tty_port *port, struct tty_struct *tty)
break;
}
}
rc_shutdown_port(tty, bp, rp);
rc_shutdown_port(port->tty, bp, rp);
spin_unlock_irqrestore(&riscom_lock, flags);
}

Expand Down

0 comments on commit 450229c

Please sign in to comment.