dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Hui Wang 2012-02-06 04:11:01 -03:00 committed by Mauro Carvalho Chehab
parent ad9c40b7dd
commit 7fae0db439
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ static void get_memory_layout(const struct mem_ctl_info *mci)
(u32)TAD_TGT2(reg),
(u32)TAD_TGT3(reg),
reg);
prv = tmp_mb;
prv = limit;
}
/*