revert to vlynq bus clock divisor guessing
SVN-Revision: 9086
This commit is contained in:
parent
ffec4f2913
commit
05f0755426
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ static int vlynq_pci_probe(struct vlynq_device *dev)
|
|||
if (result)
|
||||
return result;
|
||||
|
||||
dev->divisor = vlynq_ldiv4;
|
||||
dev->divisor = vlynq_div_auto;
|
||||
result = vlynq_device_enable(dev);
|
||||
if (result)
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue