Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311073
b: refs/heads/master
c: b9bc5dd
h: refs/heads/master
i:
  311071: 47678f3
v: v3
  • Loading branch information
Kim Phillips authored and Mauro Carvalho Chehab committed Jun 11, 2012
1 parent 7b114aa commit 6071649
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: 2cbb587d3bc41a305168e91b4f3c5b6944a12566
refs/heads/master: b9bc5ddb1b76d3f7ee14c533300aa95907c6969e
3 changes: 2 additions & 1 deletion trunk/drivers/edac/mpc85xx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,8 @@ static int __devinit mpc85xx_mc_err_probe(struct platform_device *op)
layers[1].type = EDAC_MC_LAYER_CHANNEL;
layers[1].size = 1;
layers[1].is_virt_csrow = false;
mci = edac_mc_alloc(edac_mc_idx, ARRAY_SIZE(layers), sizeof(*pdata));
mci = edac_mc_alloc(edac_mc_idx, ARRAY_SIZE(layers), layers,
sizeof(*pdata));
if (!mci) {
devres_release_group(&op->dev, mpc85xx_mc_err_probe);
return -ENOMEM;
Expand Down

0 comments on commit 6071649

Please sign in to comment.