lkml.org 
[lkml]   [2012]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH -next] pstore: fix printk format warning in ram.c
Greg,
This patch is still needed in linux-next.....


also:
Acked-by: Kees Cook <keescook@chromium.org>



On 06/15/2012 12:19 PM, Randy Dunlap wrote:

> From: Randy Dunlap <rdunlap@xenotime.net>
>
> Fix printk format warning (on i386) in pstore:
>
> fs/pstore/ram.c:378:3: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'size_t'
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> ---
> fs/pstore/ram.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20120615.orig/fs/pstore/ram.c
> +++ linux-next-20120615/fs/pstore/ram.c
> @@ -375,7 +375,7 @@ static int __init ramoops_probe(struct p
> goto fail_init_cprz;
>
> if (!cxt->przs && !cxt->cprz) {
> - 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);
> goto fail_cnt;
> }
>



--
~Randy


\
 
 \ /
  Last update: 2012-06-22 02:41    [W:0.110 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site