From: Steve French Date: Wed, 26 Jun 2013 22:52:17 +0000 (-0500) Subject: [CIFS] fix static checker warning X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~20^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ceeb9626655ce7c2745f724571ca8008b4695e;p=pandora-kernel.git [CIFS] fix static checker warning Dan Carpenter wrote: The patch 7f420cee8bd6: "[CIFS] Charge at least one credit, if server says that it supports multicredit" from Jun 23, 2013, leads to the following Smatch complaint: fs/cifs/smb2pdu.c:120 smb2_hdr_assemble() warn: variable dereferenced before check 'tcon->ses' (see line 115) CC: Dan Carpenter Signed-off-by: Steve French --- Reading git-diff-tree failed