commit | 0aa3a24be011676b7231fde9a5b39ae6cd3092b4 | [log] [tgz] |
---|---|---|
author | Hariprasad Kelam <hariprasad.kelam@gmail.com> | Tue Jul 02 23:50:02 2019 +0530 |
committer | Steve French <stfrench@microsoft.com> | Sun Jul 07 22:37:43 2019 -0500 |
tree | 912e6b3f79b3a2a7233d5118864e240c06808735 | |
parent | e7348e35a34dc61d161f44b0e42e6a041337595c [diff] |
fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_ace Change return from int to void of convert_ace_to_cifs_ace as it never fails. fixes below issue reported by coccicheck fs/cifs/cifssmb.c:3606:7-9: Unneeded variable: "rc". Return "0" on line 3620 Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>