Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156290
b: refs/heads/master
c: c271834
h: refs/heads/master
v: v3
  • Loading branch information
Doug Thompson authored and Borislav Petkov committed Aug 4, 2009
1 parent 96f3e45 commit 408250d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 126b67b8d26f6623d199aa59279f2e3243f2144c
refs/heads/master: c2718348b41a8e7646516d9af8bb0231c6a44374
4 changes: 4 additions & 0 deletions trunk/drivers/edac/amd64_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,8 @@ static void amd64_read_dbam_reg(struct amd64_pvt *pvt)
goto err_reg;
}

return;

err_reg:
debugf0("Error reading F2x%03x.\n", reg);
}
Expand Down Expand Up @@ -2634,6 +2636,8 @@ static void amd64_read_mc_registers(struct amd64_pvt *pvt)

amd64_dump_misc_regs(pvt);

return;

err_reg:
debugf0("Reading an MC register failed\n");

Expand Down

0 comments on commit 408250d

Please sign in to comment.