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
This commit is contained in:
Bart Van Assche
2011-06-04 12:33:57 +00:00
parent 0e435ce468
commit 554dad3475

View File

@@ -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;