Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55844
b: refs/heads/master
c: 1bda8f3
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed May 10, 2007
1 parent f184c55 commit 12fbf76
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4c35630ccda56ed494f6102d2e147fefe14b78d2
refs/heads/master: 1bda8f3056126ccdbe10c747e00dd9e61cca48ca
3 changes: 2 additions & 1 deletion trunk/drivers/serial/cpm_uart/cpm_uart_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ static void cpm_uart_shutdown(struct uart_port *port)
}

static void cpm_uart_set_termios(struct uart_port *port,
struct termios *termios, struct termios *old)
struct ktermios *termios,
struct ktermios *old)
{
int baud;
unsigned long flags;
Expand Down

0 comments on commit 12fbf76

Please sign in to comment.