diff options
author | Jing Xiangfeng <jingxiangfeng@huawei.com> | 2020-06-17 22:08:03 +0800 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2020-06-18 15:18:00 -0300 |
commit | a7ca4c3ebe6994ba88eb23576b2c3901b08e1dec (patch) | |
tree | a7937472d1ae28638ffecc32607b3ecbbfea25aa /drivers/infiniband/sw | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
IB/srpt: Remove WARN_ON from srpt_cm_req_recv
The callers pass the pointer '&req' or 'private_data' to
srpt_cm_req_recv(), and 'private_data' is initialized in srp_send_req().
'sdev' is allocated and stored in srpt_add_one(). It's easy to show that
sdev and req are always valid. So we remove unnecessary WARN_ON.
Link: https://lore.kernel.org/r/20200617140803.181333-1-jingxiangfeng@huawei.com
Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/sw')
0 files changed, 0 insertions, 0 deletions