Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319381
b: refs/heads/master
c: 08a4a13
h: refs/heads/master
i:
  319379: a475064
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Jun 11, 2012
1 parent 11533ea commit 31fdffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5156a5f4e058b906c1e8c0fe2ab16f30b60dee96
refs/heads/master: 08a4a136909602eae0e71e147153461df077a46f
2 changes: 2 additions & 0 deletions trunk/drivers/edac/edac_mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ struct mem_ctl_info *edac_mc_alloc(unsigned mc_num,
}

dimm = kzalloc(sizeof(**mci->dimms), GFP_KERNEL);
if (!dimm)
goto error;
mci->dimms[off] = dimm;
dimm->mci = mci;

Expand Down

0 comments on commit 31fdffa

Please sign in to comment.