From: Richard Knutsson Complement va_start() with va_end(). Signed-off-by: Richard Knutsson Signed-off-by: Andrew Morton --- fs/reiserfs/prints.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN fs/reiserfs/prints.c~reiserfs-complement-va_start-with-va_end fs/reiserfs/prints.c --- a/fs/reiserfs/prints.c~reiserfs-complement-va_start-with-va_end +++ a/fs/reiserfs/prints.c @@ -575,6 +575,8 @@ void print_block(struct buffer_head *bh, printk ("Block %llu contains unformatted data\n", (unsigned long long)bh->b_blocknr); + + va_end(args); } static char print_tb_buf[2048]; _