Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256079
b: refs/heads/master
c: e913d46
h: refs/heads/master
i:
  256077: f9a3006
  256075: 49ee37e
  256071: c390d57
  256063: eb2b2bd
v: v3
  • Loading branch information
Hauke Mehrtens authored and John W. Linville committed Jun 27, 2011
1 parent c96d785 commit 48a3efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f9fc51365d0cf66d1f95f47618566f27177ecbbc
refs/heads/master: e913d468308be1cce7cc8e6e6e997d54a403ce64
4 changes: 2 additions & 2 deletions trunk/drivers/ssb/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,8 @@ u32 ssb_calc_clock_rate(u32 plltype, u32 n, u32 m)
switch (plltype) {
case SSB_PLLTYPE_6: /* 100/200 or 120/240 only */
if (m & SSB_CHIPCO_CLK_T6_MMASK)
return SSB_CHIPCO_CLK_T6_M0;
return SSB_CHIPCO_CLK_T6_M1;
return SSB_CHIPCO_CLK_T6_M1;
return SSB_CHIPCO_CLK_T6_M0;
case SSB_PLLTYPE_1: /* 48Mhz base, 3 dividers */
case SSB_PLLTYPE_3: /* 25Mhz, 2 dividers */
case SSB_PLLTYPE_4: /* 48Mhz, 4 dividers */
Expand Down

0 comments on commit 48a3efa

Please sign in to comment.