EDAC/synopsys: Fix wrong value type assignment for edac_mode
authorSai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Wed, 18 Aug 2021 07:23:14 +0000 (12:53 +0530)
committerBorislav Petkov <bp@suse.de>
Thu, 16 Sep 2021 08:21:35 +0000 (10:21 +0200)
commit5297cfa6bdf93e3889f78f9b482e2a595a376083
tree9580a442bb5404241c806e67fce55d0b9f215f2a
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
EDAC/synopsys: Fix wrong value type assignment for edac_mode

dimm->edac_mode contains values of type enum edac_type - not the
corresponding capability flags. Fix that.

Issue caught by Coverity check "enumerated type mixed with another
type."

 [ bp: Rewrite commit message, add tags. ]

Fixes: ae9b56e3996d ("EDAC, synps: Add EDAC support for zynq ddr ecc controller")
Signed-off-by: Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: <stable@vger.kernel.org>
Link: https://lkml.kernel.org/r/20210818072315.15149-1-shubhrajyoti.datta@xilinx.com
drivers/edac/synopsys_edac.c