On Fri, 20 Oct 2023 15:17:02 -0700, Nathan Chancellor wrote: > Clang warns (or errors with CONFIG_WERROR=y): > > drivers/infiniband/hw/bnxt_re/main.c:1114:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough] > 1114 | default: > | ^ > drivers/infiniband/hw/bnxt_re/main.c:1114:2: note: insert 'break;' to avoid fall-through > 1114 | default: > | ^ > | break; > 1 error generated. > > [...] Applied, thanks! [1/1] RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_error() https://git.kernel.org/rdma/rdma/c/9040c0d96fd66e Best regards, -- Leon Romanovsky <leon@xxxxxxxxxx>