Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210211
b: refs/heads/master
c: 3367469
h: refs/heads/master
i:
  210209: 4e4f71b
  210207: 3a3287f
v: v3
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed Sep 4, 2010
1 parent ed7a1e8 commit 09e8b94
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 71cad0554956de87c3fc413b1eac9313887eb14f
refs/heads/master: 336746918299f2ca16b31490655b4ff7c8824c87
2 changes: 1 addition & 1 deletion trunk/drivers/serial/bfin_sport_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static int sport_uart_setup(struct sport_uart_port *up, int size, int baud_rate)
unsigned int sclk = get_sclk();

/* Set TCR1 and TCR2, TFSR is not enabled for uart */
SPORT_PUT_TCR1(up, (ITFS | TLSBIT | ITCLK));
SPORT_PUT_TCR1(up, (LATFS | ITFS | TFSR | TLSBIT | ITCLK));
SPORT_PUT_TCR2(up, size + 1);
pr_debug("%s TCR1:%x, TCR2:%x\n", __func__, SPORT_GET_TCR1(up), SPORT_GET_TCR2(up));

Expand Down

0 comments on commit 09e8b94

Please sign in to comment.