Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71269
b: refs/heads/master
c: 7007d00
h: refs/heads/master
i:
  71267: 173d107
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Oct 17, 2007
1 parent 7ad3a36 commit bae133c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 58a9ac17ed7a78958d03f3b4af107f0ef075cbed
refs/heads/master: 7007d00caca268e1ba2bcaa6bed4a6456a96884b
3 changes: 2 additions & 1 deletion trunk/drivers/ssb/driver_mipscore.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ u32 ssb_cpu_clock(struct ssb_mipscore *mcore)

void ssb_mipscore_init(struct ssb_mipscore *mcore)
{
struct ssb_bus *bus = mcore->dev->bus;
struct ssb_bus *bus;
struct ssb_device *dev;
unsigned long hz, ns;
unsigned int irq, i;
Expand All @@ -183,6 +183,7 @@ void ssb_mipscore_init(struct ssb_mipscore *mcore)

ssb_dprintk(KERN_INFO PFX "Initializing MIPS core...\n");

bus = mcore->dev->bus;
hz = ssb_clockspeed(bus);
if (!hz)
hz = 100000000;
Expand Down

0 comments on commit bae133c

Please sign in to comment.