Fix compile warning.
MFC after: 4 weeks Sponsored by: Mellanox Technologies
This commit is contained in:
parent
d291b07865
commit
22239af86c
@ -665,7 +665,7 @@ static void mlx4_ib_mcg_work_handler(struct work_struct *work)
|
||||
if (!list_empty(&group->pending_list))
|
||||
req = list_first_entry(&group->pending_list,
|
||||
struct mcast_req, group_list);
|
||||
if ((method == IB_MGMT_METHOD_GET_RESP)) {
|
||||
if (method == IB_MGMT_METHOD_GET_RESP) {
|
||||
if (req) {
|
||||
send_reply_to_slave(req->func, group, &req->sa_mad, status);
|
||||
--group->func[req->func].num_pend_reqs;
|
||||
|
Loading…
Reference in New Issue
Block a user