We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6880fa6 commit 5297cfaCopy full SHA for 5297cfa
drivers/edac/synopsys_edac.c
@@ -782,7 +782,7 @@ static void init_csrows(struct mem_ctl_info *mci)
782
783
for (j = 0; j < csi->nr_channels; j++) {
784
dimm = csi->channels[j]->dimm;
785
- dimm->edac_mode = EDAC_FLAG_SECDED;
+ dimm->edac_mode = EDAC_SECDED;
786
dimm->mtype = p_data->get_mtype(priv->baseaddr);
787
dimm->nr_pages = (size >> PAGE_SHIFT) / csi->nr_channels;
788
dimm->grain = SYNPS_EDAC_ERR_GRAIN;
0 commit comments