EDAC: Fix mem_types strings type

This one got forgotten during an earlier cleanup.

Signed-off-by: Borislav Petkov <bp@suse.de>
This commit is contained in:
Borislav Petkov
2014-08-13 23:27:55 +02:00
parent 52addcf9d6
commit f4ce6eca71
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ static void edac_mc_dump_mci(struct mem_ctl_info *mci)
/*
* keep those in sync with the enum mem_type
*/
const char *edac_mem_types[] = {
const char * const edac_mem_types[] = {
"Empty csrow",
"Reserved csrow type",
"Unknown csrow type",