Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88262
b: refs/heads/master
c: 881400a
h: refs/heads/master
v: v3
  • Loading branch information
Stefano Brivio authored and John W. Linville committed Apr 8, 2008
1 parent df81714 commit 10dda61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7981a35ed0f64ca49b1a0c0acecbc9b644a8a2e3
refs/heads/master: 881400a20c3551e90eed1062cf0387fa686a2fd0
6 changes: 6 additions & 0 deletions trunk/drivers/ssb/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,12 @@ int ssb_bus_may_powerdown(struct ssb_bus *bus)
goto out;

cc = &bus->chipco;

if (!cc->dev)
goto out;
if (cc->dev->id.revision < 5)
goto out;

ssb_chipco_set_clockmode(cc, SSB_CLKMODE_SLOW);
err = ssb_pci_xtal(bus, SSB_GPIO_XTAL | SSB_GPIO_PLL, 0);
if (err)
Expand Down

0 comments on commit 10dda61

Please sign in to comment.