treewide: Use fallthrough pseudo-keyword
[linux-2.6-block.git] / drivers / infiniband / hw / mlx4 / mcg.c
index d844831179cf7c200e7d9ce15493b63557ad0193..5e4ec9786081cf3a42dfe2f51532b3d6f4ee581b 100644 (file)
@@ -944,7 +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 */
+               fallthrough;
        case IB_SA_METHOD_DELETE:
                req = kzalloc(sizeof *req, GFP_KERNEL);
                if (!req)