Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359962
b: refs/heads/master
c: da14d93
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 21, 2012
1 parent b9fc63d commit 9bd30a0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 80f5ab097b87c86581cb9736a8e55c5a3047d4bb
refs/heads/master: da14d93d95ee3923b6e690220bdb7ce191e76d95
2 changes: 1 addition & 1 deletion trunk/drivers/edac/sb_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ static void get_memory_layout(const struct mem_ctl_info *mci)
tmp_mb = (1 + pvt->tohm) >> 20;

mb = div_u64_rem(tmp_mb, 1000, &kb);
edac_dbg(0, "TOHM: %u.%03u GB (0x%016Lx)", mb, kb, (u64)pvt->tohm);
edac_dbg(0, "TOHM: %u.%03u GB (0x%016Lx)\n", mb, kb, (u64)pvt->tohm);

/*
* Step 2) Get SAD range and SAD Interleave list
Expand Down

0 comments on commit 9bd30a0

Please sign in to comment.