diff options
-rw-r--r-- | fs/pstore/ram.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c index 39d1373128e9..44a549beeafa 100644 --- a/fs/pstore/ram.c +++ b/fs/pstore/ram.c | |||
@@ -539,6 +539,9 @@ static int ramoops_probe(struct platform_device *pdev) | |||
539 | mem_address = pdata->mem_address; | 539 | mem_address = pdata->mem_address; |
540 | record_size = pdata->record_size; | 540 | record_size = pdata->record_size; |
541 | dump_oops = pdata->dump_oops; | 541 | dump_oops = pdata->dump_oops; |
542 | ramoops_console_size = pdata->console_size; | ||
543 | ramoops_pmsg_size = pdata->pmsg_size; | ||
544 | ramoops_ftrace_size = pdata->ftrace_size; | ||
542 | 545 | ||
543 | pr_info("attached 0x%lx@0x%llx, ecc: %d/%d\n", | 546 | pr_info("attached 0x%lx@0x%llx, ecc: %d/%d\n", |
544 | cxt->size, (unsigned long long)cxt->phys_addr, | 547 | cxt->size, (unsigned long long)cxt->phys_addr, |