From: Geert Uytterhoeven Date: Mon, 6 May 2013 07:21:03 +0000 (+0200) Subject: SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warning X-Git-Tag: v3.10-rc1~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd40c5a66be0b0a5d65362ec139968ba6d1f412;p=pandora-kernel.git SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warning net/sunrpc/auth_gss/gss_rpc_xdr.c: In function ‘gssx_dec_option_array’: net/sunrpc/auth_gss/gss_rpc_xdr.c:258: warning: ‘creds’ may be used uninitialized in this function Return early if count is zero, to make it clearer to the compiler (and the casual reviewer) that no more processing is done. Signed-off-by: Geert Uytterhoeven Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed