]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sb_edac: add a missing /n on a debug message
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Oct 2012 11:07:21 +0000 (09:07 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 21 Dec 2012 10:01:18 +0000 (08:01 -0200)
[   17.024963] EDAC DEBUG: get_memory_layout: TOHM: 132.160 GB (0x0000002043ffffff)<7>[   17.024971] EDAC DEBUG: get_memory_layout: SAD#0 DRAM up to 33.792 GB (0x0000000840000000) Interleave: 8:6 reg=0x000083c3

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/sb_edac.c

index 5715b7c2c5177a6c76ed732fb6f20de9b7578220..9ad24242ea187f6b36044316f46b3c9b5406f925 100644 (file)
@@ -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