pstore/ram: Report backend assignments with finer granularity
[sfrench/cifs-2.6.git] / fs / pstore / ram.c
index 768759841491374961110806152d392a56184e2d..10ac4d23c42310c5e845a73ffc20ae7d7ef00396 100644 (file)
@@ -853,9 +853,9 @@ static int ramoops_probe(struct platform_device *pdev)
        ramoops_pmsg_size = pdata->pmsg_size;
        ramoops_ftrace_size = pdata->ftrace_size;
 
-       pr_info("attached 0x%lx@0x%llx, ecc: %d/%d\n",
+       pr_info("using 0x%lx@0x%llx, ecc: %d\n",
                cxt->size, (unsigned long long)cxt->phys_addr,
-               cxt->ecc_info.ecc_size, cxt->ecc_info.block_size);
+               cxt->ecc_info.ecc_size);
 
        return 0;