OSDN Git Service

smb: client: fix warning in CIFSFindFirst()
authorPaulo Alcantara <pc@manguebit.com>
Mon, 19 Jun 2023 20:58:52 +0000 (17:58 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 21 Jun 2023 04:03:03 +0000 (23:03 -0500)
commit032137fe136a6073dcc699ee15fa3fd05fd77f21
treea2dc67a5be912ae4f7eaa32d195ea714960ad45c
parente8eeca0bf4466ee1b196346d3a247535990cf44d
smb: client: fix warning in CIFSFindFirst()

This fixes the following warning reported by kernel test robot

  fs/smb/client/cifssmb.c:4089 CIFSFindFirst() warn: missing error
  code? 'rc'

Link: https://lore.kernel.org/all/202306170124.CtQqzf0I-lkp@intel.com/
Signed-off-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifssmb.c