Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / drivers / edac / edac_mc.c
index 1b2c218..dc68394 100644 (file)
@@ -966,7 +966,7 @@ static void edac_inc_ue_error(struct mem_ctl_info *mci,
        mci->ue_mc += count;
 
        if (!enable_per_layer_report) {
-               mci->ce_noinfo_count += count;
+               mci->ue_noinfo_count += count;
                return;
        }