diff options
author | Steve French <smfrench@gmail.com> | 2014-07-11 08:47:01 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2014-08-02 02:23:01 -0400 |
commit | 27924075b548f5c7cf4268f77bda6a7471ffdfac (patch) | |
tree | 20ff1a7a240b19d116951d1bde452cd70132b906 /fs/cifs/sess.c | |
parent | 7e48ff82026d99fe498a280faa55e5842288d72f (diff) |
Remove sparse build warning
The recent session setup patch set
(cifs-Separate-rawntlmssp-auth-from-CIFS_SessSetup.patch)
had introduced a trivial sparse build warning.
Signed-off-by: Steve French <smfrench@gmail.com>
Cc: Sachin Prabhu <sprabhu@redhat.com>
Diffstat (limited to 'fs/cifs/sess.c')
-rw-r--r-- | fs/cifs/sess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/sess.c b/fs/cifs/sess.c index c2e7c07c9d5c..39ee32688eac 100644 --- a/fs/cifs/sess.c +++ b/fs/cifs/sess.c | |||
@@ -1366,7 +1366,7 @@ out: | |||
1366 | sess_data->result = rc; | 1366 | sess_data->result = rc; |
1367 | } | 1367 | } |
1368 | 1368 | ||
1369 | int select_sec(struct cifs_ses *ses, struct sess_data *sess_data) | 1369 | static int select_sec(struct cifs_ses *ses, struct sess_data *sess_data) |
1370 | { | 1370 | { |
1371 | int type; | 1371 | int type; |
1372 | 1372 | ||