提交 ed45cae3 编写于 作者: P Paolo Bonzini

scsi-disk: add missing break

Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 67a1de0d
...@@ -2740,6 +2740,7 @@ static int32_t scsi_block_dma_command(SCSIRequest *req, uint8_t *buf) ...@@ -2740,6 +2740,7 @@ static int32_t scsi_block_dma_command(SCSIRequest *req, uint8_t *buf)
/* 10-byte CDB. */ /* 10-byte CDB. */
r->cdb1 = req->cmd.buf[1]; r->cdb1 = req->cmd.buf[1];
r->group_number = req->cmd.buf[6]; r->group_number = req->cmd.buf[6];
break;
case 4: case 4:
/* 12-byte CDB. */ /* 12-byte CDB. */
r->cdb1 = req->cmd.buf[1]; r->cdb1 = req->cmd.buf[1];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册