From 554dad34756a49703e115327eb26875a75fcc64a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 4 Jun 2011 12:33:57 +0000 Subject: [PATCH] ib_srpt: Remove a superfluous break statement git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3526 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 74ea06a19..6c38cb4dd 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2047,7 +2047,6 @@ static void __srpt_close_ch(struct srpt_rdma_ch *ch) PRINT_ERROR("%s", "sending CM DREQ failed."); break; case CH_DISCONNECTING: - break; case CH_DRAINING: case CH_RELEASING: break;