commit | 9bd21d4b1a767c3abebec203342f3820dcb84662 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Wed May 13 10:27:16 2020 -0500 |
committer | Steve French <stfrench@microsoft.com> | Thu May 14 10:30:03 2020 -0500 |
tree | b658b8584f20bf1c62b9ac0531a1ef84be41b91a | |
parent | 3dc58df0e2436829971c41ffbb07167dda0979f8 [diff] |
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>