Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200085
b: refs/heads/master
c: d4d1ef4
h: refs/heads/master
i:
  200083: 29a17fe
v: v3
  • Loading branch information
Tony Luck authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent f45947c commit f529621
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ac1ececea995fd77c8da6a1299674f22991cecaa
refs/heads/master: d4d1ef4515cca074d5bbe1c63420822d6b20fe63
3 changes: 2 additions & 1 deletion trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,8 @@ static int i7core_register_mci(struct i7core_dev *i7core_dev,
}

fail:
edac_mc_free(mci);
if (rc < 0)
edac_mc_free(mci);
return rc;
}

Expand Down

0 comments on commit f529621

Please sign in to comment.