[PATCH] InfiniBand: add missing break between cases

2005-02-02 Thread Roland Dreier
From: Libor Michalek <[EMAIL PROTECTED]> Add a missing break statement between RC and UD cases in mthca_post_send(). This fixes a possible oops for protocols that use the RC transport. Signed-off-by: Libor Michalek <[EMAIL PROTECTED]> Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> ---

[PATCH] InfiniBand: add missing break between cases

2005-02-02 Thread Roland Dreier
From: Libor Michalek [EMAIL PROTECTED] Add a missing break statement between RC and UD cases in mthca_post_send(). This fixes a possible oops for protocols that use the RC transport. Signed-off-by: Libor Michalek [EMAIL PROTECTED] Signed-off-by: Roland Dreier [EMAIL PROTECTED] ---