cifs: Fix fall-through warnings for Clang
[linux-2.6-microblaze.git] / fs / cifs / smbdirect.c
index b029ed3..10dfe50 100644 (file)
@@ -246,6 +246,7 @@ smbd_qp_async_error_upcall(struct ib_event *event, void *context)
        case IB_EVENT_CQ_ERR:
        case IB_EVENT_QP_FATAL:
                smbd_disconnect_rdma_connection(info);
+               break;
 
        default:
                break;