Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330528
b: refs/heads/master
c: 0427193
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Anton Vorontsov committed Aug 4, 2012
1 parent f115d39 commit 3c6a504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a384f6411734e763daa4bae30e8ff170d7d4c3e2
refs/heads/master: 0427193b691edc81c846c7d0ebd2561cae8709d8
2 changes: 1 addition & 1 deletion trunk/fs/pstore/ram.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ static int __devinit ramoops_probe(struct platform_device *pdev)
goto fail_init_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->ftrace_size);
goto fail_cnt;
Expand Down

0 comments on commit 3c6a504

Please sign in to comment.