]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: remove redundant assignment to pointer p
authorColin Ian King <colin.i.king@gmail.com>
Tue, 21 Dec 2021 00:48:09 +0000 (00:48 +0000)
committerSteve French <stfrench@microsoft.com>
Mon, 3 Jan 2022 02:38:45 +0000 (20:38 -0600)
commit4f9c2afcc2298833cef9958e60e150368576ba77
tree89016f96d8aaedf8b0f446b12a689a6f0f5a90b1
parent74f6f7f3f18bd972739c360154bc61c16ea32d72
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>
fs/cifs/cifsfs.c