Re: [RESEND] [PATCH 2/2] random: fix debug format strings

2012-10-15 Thread Theodore Ts'o
On Mon, Oct 15, 2012 at 11:43:29PM +0200, Jiri Kosina wrote: > Fix the following warnings in formatting debug output: > > drivers/char/random.c: In function ‘xfer_secondary_pool’: > drivers/char/random.c:827: warning: format ‘%d’ expects type ‘int’, but > argument 7 has type ‘size_t’ > drivers/ch

[RESEND] [PATCH 2/2] random: fix debug format strings

2012-10-15 Thread Jiri Kosina
Fix the following warnings in formatting debug output: drivers/char/random.c: In function ‘xfer_secondary_pool’: drivers/char/random.c:827: warning: format ‘%d’ expects type ‘int’, but argument 7 has type ‘size_t’ drivers/char/random.c: In function ‘account’: drivers/char/random.c:859: warning: f