]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerBorislav Petkov <bp@suse.de>
Sat, 23 Apr 2016 16:10:09 +0000 (18:10 +0200)
commit22b237b6b04aa3ec9936afc13d5ce625f3e4872f
tree6720180450835fd60ed2bd6fdc11200f59b7e06c
parenta8e05fa9c423350fcf8337b0011bc5fc4d037337
EDAC: Increment correct counter in edac_inc_ue_error()

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: f76efff011fe ("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>
drivers/edac/edac_mc.c