Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68724
b: refs/heads/master
c: 7b6d1f0
h: refs/heads/master
v: v3
  • Loading branch information
Auke Kok authored and Mark M. Hoffman committed Oct 10, 2007
1 parent 906cc13 commit f47f266
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e7f62303b8a7f34ce6f97a1722b6907f0ddbd0a9
refs/heads/master: 7b6d1f044d95395ca103bfb6869caa996fedbbd2
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/sis5595.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ static int __devinit sis5595_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, data);

/* Check revision and pin registers to determine whether 4 or 5 voltages */
pci_read_config_byte(s_bridge, PCI_REVISION_ID, &data->revision);
data->revision = s_bridge->revision;
/* 4 voltages, 1 temp */
data->maxins = 3;
if (data->revision >= REV2MIN) {
Expand Down

0 comments on commit f47f266

Please sign in to comment.