Re: [PATCH -next] asymmetric keys: fix printk format warning

2012-10-03 Thread Rusty Russell
Stephen Rothwell writes: > [Lets also cc Rusty who committed the patch ...] > > On Wed, 03 Oct 2012 16:04:46 -0700 Randy Dunlap wrote: >> >> From: Randy Dunlap >> >> Fix printk format warning in x509_cert_parser.c: >> >> crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID':

Re: [PATCH -next] asymmetric keys: fix printk format warning

2012-10-03 Thread Stephen Rothwell
[Lets also cc Rusty who committed the patch ...] On Wed, 03 Oct 2012 16:04:46 -0700 Randy Dunlap wrote: > > From: Randy Dunlap > > Fix printk format warning in x509_cert_parser.c: > > crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID': >

[PATCH -next] asymmetric keys: fix printk format warning

2012-10-03 Thread Randy Dunlap
From: Randy Dunlap Fix printk format warning in x509_cert_parser.c: crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID': crypto/asymmetric_keys/x509_cert_parser.c:113:3: warning: format '%zu' expects type 'size_t', but argument 2 has type 'long unsigned int' Builds cleanly

[PATCH -next] asymmetric keys: fix printk format warning

2012-10-03 Thread Randy Dunlap
From: Randy Dunlap rdun...@xenotime.net Fix printk format warning in x509_cert_parser.c: crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID': crypto/asymmetric_keys/x509_cert_parser.c:113:3: warning: format '%zu' expects type 'size_t', but argument 2 has type 'long unsigned

Re: [PATCH -next] asymmetric keys: fix printk format warning

2012-10-03 Thread Stephen Rothwell
[Lets also cc Rusty who committed the patch ...] On Wed, 03 Oct 2012 16:04:46 -0700 Randy Dunlap rdun...@xenotime.net wrote: From: Randy Dunlap rdun...@xenotime.net Fix printk format warning in x509_cert_parser.c: crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID':

Re: [PATCH -next] asymmetric keys: fix printk format warning

2012-10-03 Thread Rusty Russell
Stephen Rothwell s...@canb.auug.org.au writes: [Lets also cc Rusty who committed the patch ...] On Wed, 03 Oct 2012 16:04:46 -0700 Randy Dunlap rdun...@xenotime.net wrote: From: Randy Dunlap rdun...@xenotime.net Fix printk format warning in x509_cert_parser.c: