mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 12:11:26 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user