.. | .. |
---|
673 | 673 | if (!list_empty(&group->pending_list)) |
---|
674 | 674 | req = list_first_entry(&group->pending_list, |
---|
675 | 675 | struct mcast_req, group_list); |
---|
676 | | - if ((method == IB_MGMT_METHOD_GET_RESP)) { |
---|
| 676 | + if (method == IB_MGMT_METHOD_GET_RESP) { |
---|
677 | 677 | if (req) { |
---|
678 | 678 | send_reply_to_slave(req->func, group, &req->sa_mad, status); |
---|
679 | 679 | --group->func[req->func].num_pend_reqs; |
---|
.. | .. |
---|
944 | 944 | switch (sa_mad->mad_hdr.method) { |
---|
945 | 945 | case IB_MGMT_METHOD_SET: |
---|
946 | 946 | may_create = 1; |
---|
947 | | - /* fall through */ |
---|
| 947 | + fallthrough; |
---|
948 | 948 | case IB_SA_METHOD_DELETE: |
---|
949 | 949 | req = kzalloc(sizeof *req, GFP_KERNEL); |
---|
950 | 950 | if (!req) |
---|