Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8649
b: refs/heads/master
c: b51f64c
h: refs/heads/master
i:
  8647: 7f9282d
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Sep 9, 2005
1 parent 4c7e642 commit e24e3d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 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: 860e1d6b46bd4cbc67d8d065f0f682143513382f
refs/heads/master: b51f64c0de0355338480093abb35d5232f6d349a
5 changes: 0 additions & 5 deletions trunk/drivers/hwmon/sis5595.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,11 +758,6 @@ static int __devinit sis5595_pci_probe(struct pci_dev *dev,
return -ENODEV;
}

if (!address) {
dev_err(&dev->dev,"No SiS 5595 sensors found.\n");
return -ENODEV;
}

s_bridge = pci_dev_get(dev);
if (i2c_isa_add_driver(&sis5595_driver)) {
pci_dev_put(s_bridge);
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/hwmon/via686a.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,11 +812,6 @@ static int __devinit via686a_pci_probe(struct pci_dev *dev,
return -ENODEV;
}

if (!address) {
dev_err(&dev->dev, "No Via 686A sensors found.\n");
return -ENODEV;
}

s_bridge = pci_dev_get(dev);
if (i2c_isa_add_driver(&via686a_driver)) {
pci_dev_put(s_bridge);
Expand Down

0 comments on commit e24e3d2

Please sign in to comment.