Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64907
b: refs/heads/master
c: 83fcdb4
h: refs/heads/master
i:
  64905: b57e4d5
  64903: f1e8255
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed Sep 10, 2007
1 parent c2c08fe commit 425b134
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: 36c50f729b77144cae8d43457fefca66a4eeff6a
refs/heads/master: 83fcdb4b352f74a8a74737aedeaf622c37140c73
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/cpm2_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cpm_setbrg(uint brg, uint rate)
brg -= 4;
}
bp += brg;
*bp = ((BRG_UART_CLK / rate) << 1) | CPM_BRG_EN;
out_be32(bp, (((BRG_UART_CLK / rate) - 1) << 1) | CPM_BRG_EN);

cpm2_unmap(bp);
}
Expand Down

0 comments on commit 425b134

Please sign in to comment.