mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
EDAC/dmc520: Assign the proper type to dimm->edac_mode
commit54607282faupstream. dimm->edac_mode contains values of type enum edac_type - not the corresponding capability flags. Fix that. Fixes:1088750d78("EDAC: Add EDAC driver for DMC520") Signed-off-by: Borislav Petkov <bp@suse.de> Cc: <stable@vger.kernel.org> Link: https://lkml.kernel.org/r/20210916085258.7544-1-bp@alien8.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9afad85a43
commit
cc71740ee4
@@ -464,7 +464,7 @@ static void dmc520_init_csrow(struct mem_ctl_info *mci)
|
|||||||
dimm->grain = pvt->mem_width_in_bytes;
|
dimm->grain = pvt->mem_width_in_bytes;
|
||||||
dimm->dtype = dt;
|
dimm->dtype = dt;
|
||||||
dimm->mtype = mt;
|
dimm->mtype = mt;
|
||||||
dimm->edac_mode = EDAC_FLAG_SECDED;
|
dimm->edac_mode = EDAC_SECDED;
|
||||||
dimm->nr_pages = pages_per_rank / csi->nr_channels;
|
dimm->nr_pages = pages_per_rank / csi->nr_channels;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user