edac: sb_edac: Fix a wrong value setting for the previous value
authorHui Wang <jason77.wang@gmail.com>
Mon, 6 Feb 2012 07:11:01 +0000 (04:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 21 Mar 2012 18:20:11 +0000 (15:20 -0300)
commit7fae0db43906ef182b3aee22415c9042ab18d6e6
tree1d0156d8f90cc00a95969bc40c178366d87c5757
parentad9c40b7dd749d6429c8b21178c125004c6dc75d
edac: sb_edac: Fix a wrong value setting for the previous value

>From the driver design, the variable limit wants to compare with its
previous value, we should set the value of limit instead of the value
of tmp_mb to the variable prev.

Signed-off-by: Hui Wang <jason77.wang@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/sb_edac.c
This page took 0.024255 seconds and 5 git commands to generate.