smb: delete an unnecessary statement
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 26 May 2023 12:01:33 +0000 (15:01 +0300)
committerSteve French <stfrench@microsoft.com>
Sat, 27 May 2023 02:07:16 +0000 (21:07 -0500)
commit396ac4c982f6d6cd7c0293a546a0ba5d77fe7f90
treed21e36cf86d978a9a49e6b32021755b28852ae35
parentb535cc796a4b4942cd189652588e8d37c1f5925a
smb: delete an unnecessary statement

We don't need to set the list iterators to NULL before a
list_for_each_entry() loop because they are assigned inside the
macro.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2ops.c