edac: add memory types strings for debugging
authorBorislav Petkov <borislav.petkov@amd.com>
Thu, 12 Nov 2009 14:33:16 +0000 (15:33 +0100)
committerBorislav Petkov <borislav.petkov@amd.com>
Mon, 7 Dec 2009 18:14:31 +0000 (19:14 +0100)
Instead of using deeply-nested conditionals for dumping the DIMM type in
debug mode, add a strings array of the supported DIMM types.

This is useful in cases where an edac driver supports multiple DRAM
types and is only defined in debug builds.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>

No differences found