]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: Fix null pointer check in cifs_read
authorSteve French <stfrench@microsoft.com>
Wed, 13 May 2020 15:27:16 +0000 (10:27 -0500)
committerSteve French <stfrench@microsoft.com>
Thu, 14 May 2020 15:30:03 +0000 (10:30 -0500)
commitd427ce474904708e59c20ae48d601e3028dc97ca
treeb658b8584f20bf1c62b9ac0531a1ef84be41b91a
parent934067323ac7b6ab13d7e83e63257b8f9eccf95d
cifs: Fix null pointer check in cifs_read

Coverity scan noted a redundant null check

Coverity-id: 728517
Reported-by: Coverity <scan-admin@coverity.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Shyam Prasad N <nspmangalore@gmail.com>
fs/cifs/file.c