cifs: fix in logging in cifs_chan_update_iface
authorShyam Prasad N <sprasad@microsoft.com>
Fri, 29 Dec 2023 11:16:18 +0000 (11:16 +0000)
committerSteve French <stfrench@microsoft.com>
Sun, 7 Jan 2024 21:46:06 +0000 (15:46 -0600)
commit516eea97f92f1e7271f20835cfe9e73774b0f8cc
tree60024438f2a7b29d726e0a9631caa56996f9d543
parent9c38568a75c160786d5f5d5b96aeefed0c1b76bd
cifs: fix in logging in cifs_chan_update_iface

Recently, cifs_chan_update_iface was modified to not
remove an iface if a suitable replacement was not found.
With that, there were two conditionals that were exactly
the same. This change removes that extra condition check.

Also, fixed a logging in the same function to indicate
the correct message.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/sess.c