Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354829
b: refs/heads/master
c: 4bbed6b
h: refs/heads/master
i:
  354827: 7ba3e51
v: v3
  • Loading branch information
Alexander Shiyan authored and Greg Kroah-Hartman committed Jan 21, 2013
1 parent 6a9b085 commit a38367b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: f548b96de684c86c72cd7ba019c03a7afe94fd53
refs/heads/master: 4bbed6bc41aa76183449ade053891e28dec0ae3b
6 changes: 2 additions & 4 deletions trunk/drivers/tty/serial/sccnxp.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,12 @@ static int sccnxp_update_best_err(int a, int b, int *besterr)
return 1;
}

struct baud_table {
static const struct {
u8 csr;
u8 acr;
u8 mr0;
int baud;
};

const struct baud_table baud_std[] = {
} baud_std[] = {
{ 0, ACR_BAUD0, MR0_BAUD_NORMAL, 50, },
{ 0, ACR_BAUD1, MR0_BAUD_NORMAL, 75, },
{ 1, ACR_BAUD0, MR0_BAUD_NORMAL, 110, },
Expand Down

0 comments on commit a38367b

Please sign in to comment.