From: Namjae Jeon Date: Wed, 20 Aug 2014 10:39:41 +0000 (+0900) Subject: cifs: fix a possible use of uninit variable in SMB2_sess_setup X-Git-Tag: fixes-for-v3.18-merge-window~154^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de975e349b295f387f34eed38f115223f17d5ee;p=pandora-kernel.git cifs: fix a possible use of uninit variable in SMB2_sess_setup In case of error, goto ssetup_exit can be hit and we could end up using uninitialized value of resp_buftype Signed-off-by: Namjae Jeon Signed-off-by: Ashish Sangwan Signed-off-by: Steve French --- Reading git-diff-tree failed