IB/mlx4: Suppress gcc 7 fall-through complaints
[linux-2.6-block.git] / drivers / infiniband / hw / mlx4 / mcg.c
index 70eb9f917303571e575606032afeee8b22c84c45..81ffc007e0a1d9ba122288eb25d62912798e6360 100644 (file)
@@ -944,6 +944,7 @@ int mlx4_ib_mcg_multiplex_handler(struct ib_device *ibdev, int port,
        switch (sa_mad->mad_hdr.method) {
        case IB_MGMT_METHOD_SET:
                may_create = 1;
+               /* fall through */
        case IB_SA_METHOD_DELETE:
                req = kzalloc(sizeof *req, GFP_KERNEL);
                if (!req)