Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200083
b: refs/heads/master
c: 8a311e1
h: refs/heads/master
i:
  200081: 0f22d6d
  200079: 668c8dd
v: v3
  • Loading branch information
Vernon Mauery authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 748b916 commit 29a17fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a6fae326713ec84f307c045f6b497d4afaeb1d4
refs/heads/master: 8a311e179e52d122ac203d8e88014284c18ca8ab
3 changes: 2 additions & 1 deletion trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ static void i7core_check_error(struct mem_ctl_info *mci)
count = (pvt->mce_out + MCE_LOG_LEN - pvt->mce_in)
% MCE_LOG_LEN;
if (!count)
return;
goto check_ce_error;

m = pvt->mce_outentry;
if (pvt->mce_in + count > MCE_LOG_LEN) {
Expand Down Expand Up @@ -1703,6 +1703,7 @@ static void i7core_check_error(struct mem_ctl_info *mci)
/*
* Now, let's increment CE error counts
*/
check_ce_error:
if (!pvt->is_registered)
i7core_udimm_check_mc_ecc_err(mci);
else
Expand Down

0 comments on commit 29a17fe

Please sign in to comment.