commit | ef571cadd516e7ffcdeac6bb8054e5908fcccfcf | [log] [tgz] |
---|---|---|
author | Shirish Pargaonkar <shirishp@gmail.com> | Thu Jul 24 15:56:05 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Jul 24 15:56:05 2008 +0000 |
tree | 92238a391411fa5e054982d08af39e2207714c33 | |
parent | b1910ad6222a705650dc991c003af43b94cdb3e1 [diff] [blame] |
[CIFS] Fix warnings from checkpatch Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 7e175e13..c621ffa 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c
@@ -686,11 +686,10 @@ SecurityBlob, count - 16, &server->secType); - if (rc == 1) { + if (rc == 1) rc = 0; - } else { + else rc = -EINVAL; - } } } else server->capabilities &= ~CAP_EXTENDED_SECURITY;