aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/amd64_edac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/amd64_edac.c')
-rw-r--r--drivers/edac/amd64_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
index c431544519b1..7be9b7288e90 100644
--- a/drivers/edac/amd64_edac.c
+++ b/drivers/edac/amd64_edac.c
@@ -2596,7 +2596,7 @@ static int amd64_init_one_instance(struct pci_dev *F2)
2596 layers[1].type = EDAC_MC_LAYER_CHANNEL; 2596 layers[1].type = EDAC_MC_LAYER_CHANNEL;
2597 layers[1].size = pvt->channel_count; 2597 layers[1].size = pvt->channel_count;
2598 layers[1].is_virt_csrow = false; 2598 layers[1].is_virt_csrow = false;
2599 mci = new_edac_mc_alloc(nid, ARRAY_SIZE(layers), layers, 0); 2599 mci = edac_mc_alloc(nid, ARRAY_SIZE(layers), layers, 0);
2600 if (!mci) 2600 if (!mci)
2601 goto err_siblings; 2601 goto err_siblings;
2602 2602