Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19693
b: refs/heads/master
c: 9ea244b
h: refs/heads/master
i:
  19691: 6ab5e3f
v: v3
  • Loading branch information
Loren M. Lang authored and Linus Torvalds committed Feb 3, 2006
1 parent 76b5219 commit 782cadf
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0c866b5103ad65de04a2a211f8db56820179cb53
refs/heads/master: 9ea244b4b545ecb323d042a0df5c080edefcd1fc
4 changes: 4 additions & 0 deletions trunk/drivers/ide/pci/hpt366.c
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,10 @@ static void __devinit hpt37x_clocking(ide_hwif_t *hwif)
goto init_hpt37X_done;
}
}
if (!pci_get_drvdata(dev)) {
printk("No Clock Stabilization!!!\n");
return;
}
pll_recal:
if (adjust & 1)
pll -= (adjust >> 1);
Expand Down

0 comments on commit 782cadf

Please sign in to comment.