smb: client: fix warning in CIFSFindFirst()
authorSteve French <stfrench@microsoft.com>
Wed, 19 Jul 2023 02:22:32 +0000 (21:22 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 19 Jul 2023 02:22:32 +0000 (21:22 -0500)
commitbbf5e3e7464163585a5ed488604494fbdffba6fb
treececc290c677b1b317a73da72073c8753da7c82aa
parent8a1fc911928b14310915c9a12768306b4c1dd289
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/cifs/cifssmb.c