|
@@ -537,7 +537,7 @@ tcmu_queue_cmd(struct se_cmd *se_cmd)
|
|
struct se_device *se_dev = se_cmd->se_dev;
|
|
struct se_device *se_dev = se_cmd->se_dev;
|
|
struct tcmu_dev *udev = TCMU_DEV(se_dev);
|
|
struct tcmu_dev *udev = TCMU_DEV(se_dev);
|
|
struct tcmu_cmd *tcmu_cmd;
|
|
struct tcmu_cmd *tcmu_cmd;
|
|
- int ret;
|
|
|
|
|
|
+ sense_reason_t ret;
|
|
|
|
|
|
tcmu_cmd = tcmu_alloc_cmd(se_cmd);
|
|
tcmu_cmd = tcmu_alloc_cmd(se_cmd);
|
|
if (!tcmu_cmd)
|
|
if (!tcmu_cmd)
|