mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
smb2: clarify rc initialization in smb2_reconnect
It is clearer to initialize rc at the beginning of the function. Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
5112d80c16
commit
350f4a562e
|
|
@ -142,7 +142,7 @@ static int
|
|||
smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon,
|
||||
struct TCP_Server_Info *server)
|
||||
{
|
||||
int rc;
|
||||
int rc = 0;
|
||||
struct nls_table *nls_codepage;
|
||||
struct cifs_ses *ses;
|
||||
int retries;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user