mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-20 15:04:19 +00:00
Use the fallthrough macro instead of a comment
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9166 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -3792,7 +3792,7 @@ static int srpt_xmit_response(struct scst_cmd *cmd)
|
||||
WARN_ONCE(true,
|
||||
"srpt_xfer_data() returned %d\n",
|
||||
ret);
|
||||
/* fall-through */
|
||||
fallthrough;
|
||||
case -EIO:
|
||||
ret = SCST_TGT_RES_FATAL_ERROR;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user