EDAC: Increment correct counter in edac_inc_ue_error()
authorEmmanouil Maroudas <emmanouil.maroudas@gmail.com>
Sat, 23 Apr 2016 15:33:00 +0000 (18:33 +0300)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Feb 2017 10:03:36 +0000 (11:03 +0100)
commitc6983c1f9f9b3327ee762c8059b8987c26498e44
treefd6d18e393066a273f352af9865cb16ae455faa6
parentde3e6236be56af86c2ce3ec698b10426dadc9916
EDAC: Increment correct counter in edac_inc_ue_error()

commit 993f88f1cc7f0879047ff353e824e5cc8f10adfc upstream.

Fix typo in edac_inc_ue_error() to increment ue_noinfo_count instead of
ce_noinfo_count.

Signed-off-by: Emmanouil Maroudas <emmanouil.maroudas@gmail.com>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Fixes: 4275be635597 ("edac: Change internal representation to work with layers")
Link: http://lkml.kernel.org/r/1461425580-5898-1-git-send-email-emmanouil.maroudas@gmail.com
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Willy Tarreau <w@1wt.eu>
drivers/edac/edac_mc.c