summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2021-12-21 00:48:09 +0000
committerSteve French <stfrench@microsoft.com>2022-01-02 20:38:45 -0600
commit0b66fa776c361824a700793e34f866bf479dac92 (patch)
tree89016f96d8aaedf8b0f446b12a689a6f0f5a90b1 /fs/cifs/cifssmb.c
parentc9e6606c7fe92b50a02ce51dda82586ebdf99b48 (diff)
cifs: remove redundant assignment to pointer p
The pointer p is being assigned with a value that is never read. The pointer is being re-assigned a different value inside the do-while loop. The assignment is redundant and can be removed. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifssmb.c')
0 files changed, 0 insertions, 0 deletions