Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73015
b: refs/heads/master
c: 07f6169
h: refs/heads/master
i:
  73013: 930f114
  73011: c52699c
  73007: 3fcad0d
v: v3
  • Loading branch information
Ralf Baechle committed Nov 2, 2007
1 parent 23df21a commit 17e002d
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: 217dd11e9d0442767fa13c9c188be0b92dc93d7e
refs/heads/master: 07f6169cffdca076ef9a67bd69dd1085dc668618
2 changes: 1 addition & 1 deletion trunk/arch/mips/basler/excite/excite_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int titan_irqflags;
void __init plat_time_init(void)
{
const u32 modebit5 = ocd_readl(0x00e4);
unsigned int mult = ((modebit5 >> 11) & 0x1f) + 2,
unsigned int mult = ((modebit5 >> 11) & 0x1f) + 2;
unsigned int div = ((modebit5 >> 16) & 0x1f) + 2;

if (div == 33)
Expand Down

0 comments on commit 17e002d

Please sign in to comment.