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))
|
if (!list_empty(&group->pending_list))
|
||||||
req = list_first_entry(&group->pending_list,
|
req = list_first_entry(&group->pending_list,
|
||||||
struct mcast_req, group_list);
|
struct mcast_req, group_list);
|
||||||
if ((method == IB_MGMT_METHOD_GET_RESP)) {
|
if (method == IB_MGMT_METHOD_GET_RESP) {
|
||||||
if (req) {
|
if (req) {
|
||||||
send_reply_to_slave(req->func, group, &req->sa_mad, status);
|
send_reply_to_slave(req->func, group, &req->sa_mad, status);
|
||||||
--group->func[req->func].num_pend_reqs;
|
--group->func[req->func].num_pend_reqs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user