Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215975
b: refs/heads/master
c: 3b330f6
h: refs/heads/master
i:
  215973: c69a20c
  215971: 2d33b5a
  215967: 06bd3bd
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 30, 2010
1 parent f1f5d33 commit 8558f04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f42774224860d7c3f7c06559f98b681197999f9e
refs/heads/master: 3b330f67581db4f5301438cc0d9499f13314542d
6 changes: 3 additions & 3 deletions trunk/drivers/edac/i7300_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,9 @@ static int decode_mtr(struct i7300_pvt *pvt,

if (IS_SINGLE_MODE(pvt->mc_settings_a)) {
p_csrow->edac_mode = EDAC_SECDED;
debugf0("ECC code is 8-byte-over-32-byte SECDED+ code\n");
debugf2("\t\tECC code is 8-byte-over-32-byte SECDED+ code\n");
} else {
debugf0("ECC code is on Lockstep mode\n");
debugf2("\t\tECC code is on Lockstep mode\n");
if (MTR_DRAM_WIDTH(mtr))
p_csrow->edac_mode = EDAC_S8ECD8ED;
else
Expand All @@ -591,7 +591,7 @@ static int decode_mtr(struct i7300_pvt *pvt,

/* ask what device type on this row */
if (MTR_DRAM_WIDTH(mtr)) {
debugf0("Scrub algorithm for x8 is on %s mode\n",
debugf2("\t\tScrub algorithm for x8 is on %s mode\n",
IS_SCRBALGO_ENHANCED(pvt->mc_settings) ?
"enhanced" : "normal");

Expand Down

0 comments on commit 8558f04

Please sign in to comment.