From: Miklos Szeredi Date: Tue, 15 Jan 2013 11:24:46 +0000 (+0100) Subject: cuse: fix uninitialized variable warnings X-Git-Tag: v3.8-rc5~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2560362cc2b39a0567cab510121a7e93dfbe797;p=pandora-kernel.git cuse: fix uninitialized variable warnings Fix the following compiler warnings: fs/fuse/cuse.c: In function 'cuse_process_init_reply': fs/fuse/cuse.c:288:24: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] fs/fuse/cuse.c:272:14: note: 'val' was declared here fs/fuse/cuse.c:284:10: warning: 'key' may be used uninitialized in this function [-Wmaybe-uninitialized] fs/fuse/cuse.c:272:8: note: 'key' was declared here Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed