* [PATCH -stable 3.6.x] pstore: fix ram.c printk format warning
@ 2012-11-27 1:52 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-11-27 1:52 UTC (permalink / raw)
To: stable; +Cc: Greg Kroah-Hartman, LKML
From: Randy Dunlap <rdunlap@xenotime.net>
Fix printk format warning (on i386) in pstore:
fs/pstore/ram.c:409:3: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'size_t'
Mainline patch commit ID is: 0427193b691edc81c846c7d0ebd2561cae8709d8
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Kees Cook <keescook@chromium.org>
Cc: Anton Vorontsov <anton.vorontsov@linaro.org>
---
fs/pstore/ram.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lnx-36-rc1.orig/fs/pstore/ram.c
+++ lnx-36-rc1/fs/pstore/ram.c
@@ -406,7 +406,7 @@ static int __devinit ramoops_probe(struc
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;
--
~Randy
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-27 1:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-27 1:52 [PATCH -stable 3.6.x] pstore: fix ram.c printk format warning Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®