diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/pstore/ram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c index bcd1bbd42598..fba8c7256929 100644 --- a/fs/pstore/ram.c +++ b/fs/pstore/ram.c | |||
@@ -406,7 +406,7 @@ static int __devinit ramoops_probe(struct platform_device *pdev) | |||
406 | goto fail_init_fprz; | 406 | goto fail_init_fprz; |
407 | 407 | ||
408 | if (!cxt->przs && !cxt->cprz && !cxt->fprz) { | 408 | if (!cxt->przs && !cxt->cprz && !cxt->fprz) { |
409 | pr_err("memory size too small, minimum is %lu\n", | 409 | pr_err("memory size too small, minimum is %zu\n", |
410 | cxt->console_size + cxt->record_size + | 410 | cxt->console_size + cxt->record_size + |
411 | cxt->ftrace_size); | 411 | cxt->ftrace_size); |
412 | goto fail_cnt; | 412 | goto fail_cnt; |