Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217379
b: refs/heads/master
c: 2896637
h: refs/heads/master
i:
  217377: 4f309a6
  217375: 00b1291
v: v3
  • Loading branch information
Hidetoshi Seto authored and Mauro Carvalho Chehab committed Oct 24, 2010
1 parent 6ca3ee5 commit 3fb32e3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 628c5ddfb08094a5ef9186dc866d09bfcac105c9
refs/heads/master: 2896637b86243c39a4f08d15388dcc06130fff29
4 changes: 3 additions & 1 deletion trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,8 +1384,10 @@ static int i7core_get_onedevice(struct pci_dev **prev,
i7core_dev = get_i7core_dev(socket);
if (!i7core_dev) {
i7core_dev = alloc_i7core_dev(socket, table);
if (!i7core_dev)
if (!i7core_dev) {
pci_dev_put(pdev);
return -ENOMEM;
}
}

if (i7core_dev->pdev[devno]) {
Expand Down

0 comments on commit 3fb32e3

Please sign in to comment.