summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/scsi/csiostor
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/scsi/csiostor')
-rw-r--r--kernel/drivers/scsi/csiostor/csio_hw.c1
-rw-r--r--kernel/drivers/scsi/csiostor/csio_scsi.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/kernel/drivers/scsi/csiostor/csio_hw.c b/kernel/drivers/scsi/csiostor/csio_hw.c
index 2e66f34eb..622bdabc8 100644
--- a/kernel/drivers/scsi/csiostor/csio_hw.c
+++ b/kernel/drivers/scsi/csiostor/csio_hw.c
@@ -3928,6 +3928,7 @@ csio_hw_init(struct csio_hw *hw)
evt_entry = kzalloc(sizeof(struct csio_evt_msg), GFP_KERNEL);
if (!evt_entry) {
+ rv = -ENOMEM;
csio_err(hw, "Failed to initialize eventq");
goto err_evtq_cleanup;
}
diff --git a/kernel/drivers/scsi/csiostor/csio_scsi.c b/kernel/drivers/scsi/csiostor/csio_scsi.c
index 2c4562d82..c2a6f9f29 100644
--- a/kernel/drivers/scsi/csiostor/csio_scsi.c
+++ b/kernel/drivers/scsi/csiostor/csio_scsi.c
@@ -2283,7 +2283,6 @@ struct scsi_host_template csio_fcoe_shost_template = {
.use_clustering = ENABLE_CLUSTERING,
.shost_attrs = csio_fcoe_lport_attrs,
.max_sectors = CSIO_MAX_SECTOR_SIZE,
- .use_blk_tags = 1,
};
struct scsi_host_template csio_fcoe_shost_vport_template = {
@@ -2303,7 +2302,6 @@ struct scsi_host_template csio_fcoe_shost_vport_template = {
.use_clustering = ENABLE_CLUSTERING,
.shost_attrs = csio_fcoe_vport_attrs,
.max_sectors = CSIO_MAX_SECTOR_SIZE,
- .use_blk_tags = 1,
};
/*