Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40017
b: refs/heads/master
c: 1cd441f
h: refs/heads/master
i:
  40015: 79c2aac
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Oct 20, 2006
1 parent b9690bb commit de42dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: c4ec7b0de4bc18ccb4380de638550984d9a65c25
refs/heads/master: 1cd441f99819abdd2d919ff13e8c75af58a0fd9c
4 changes: 2 additions & 2 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ static int __devinit ipmi_pci_probe(struct pci_dev *pdev,

info = kzalloc(sizeof(*info), GFP_KERNEL);
if (!info)
return ENOMEM;
return -ENOMEM;

info->addr_source = "PCI";

Expand All @@ -1810,7 +1810,7 @@ static int __devinit ipmi_pci_probe(struct pci_dev *pdev,
kfree(info);
printk(KERN_INFO "ipmi_si: %s: Unknown IPMI type: %d\n",
pci_name(pdev), class_type);
return ENOMEM;
return -ENOMEM;
}

rv = pci_enable_device(pdev);
Expand Down

0 comments on commit de42dd4

Please sign in to comment.