Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220568
b: refs/heads/master
c: ad1d3a2
h: refs/heads/master
v: v3
  • Loading branch information
Prarit Bhargava authored and Wim Van Sebroeck committed Oct 28, 2010
1 parent 4d459fd commit 8f78c3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: b63aa731cd9e3fed7694a99f9c233f5f4b244f03
refs/heads/master: ad1d3a26cdb9a0eaa0bf8351a000df0f256b0baa
2 changes: 0 additions & 2 deletions trunk/drivers/watchdog/iTCO_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ static int __devinit iTCO_wdt_init(struct pci_dev *pdev,
/* Something's wrong here, ACPIBASE has to be set */
printk(KERN_ERR PFX "failed to get TCOBASE address, "
"device disabled by hardware/BIOS\n");
pci_dev_put(pdev);
return -ENODEV;
}
iTCO_wdt_private.iTCO_version =
Expand Down Expand Up @@ -886,7 +885,6 @@ static int __devinit iTCO_wdt_init(struct pci_dev *pdev,
if (iTCO_wdt_private.iTCO_version == 2)
iounmap(iTCO_wdt_private.gcs);
out:
pci_dev_put(iTCO_wdt_private.pdev);
iTCO_wdt_private.ACPIBASE = 0;
return ret;
}
Expand Down

0 comments on commit 8f78c3a

Please sign in to comment.