|
@@ -406,7 +406,7 @@ static int __devinit ramoops_probe(struct platform_device *pdev)
|
|
goto fail_init_fprz;
|
|
goto fail_init_fprz;
|
|
|
|
|
|
if (!cxt->przs && !cxt->cprz && !cxt->fprz) {
|
|
if (!cxt->przs && !cxt->cprz && !cxt->fprz) {
|
|
- pr_err("memory size too small, minimum is %lu\n",
|
|
|
|
|
|
+ pr_err("memory size too small, minimum is %zu\n",
|
|
cxt->console_size + cxt->record_size +
|
|
cxt->console_size + cxt->record_size +
|
|
cxt->ftrace_size);
|
|
cxt->ftrace_size);
|
|
goto fail_cnt;
|
|
goto fail_cnt;
|