]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/infiniband/hw/nes/nes_cm.c
IB/nes: Suppress gcc 7 fall-through complaints
[mirror_ubuntu-bionic-kernel.git] / drivers / infiniband / hw / nes / nes_cm.c
index de4025deaa4ad384db5b86f15165aa991dcb45b4..a5f6dffef07ac56063010f3d69d26745e1a2b89d 100644 (file)
@@ -1768,6 +1768,7 @@ static void handle_rst_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
        case NES_CM_STATE_FIN_WAIT1:
        case NES_CM_STATE_LAST_ACK:
                cm_node->cm_id->rem_ref(cm_node->cm_id);
+               /* fall through */
        case NES_CM_STATE_TIME_WAIT:
                cm_node->state = NES_CM_STATE_CLOSED;
                rem_ref_cm_node(cm_node->cm_core, cm_node);