diff options
-rw-r--r-- | drivers/scsi/ipr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index 2f84f26624bf..133106f6cb00 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c | |||
@@ -3324,7 +3324,7 @@ static int __ipr_eh_dev_reset(struct scsi_cmnd * scsi_cmd) | |||
3324 | ioa_cfg = (struct ipr_ioa_cfg *) scsi_cmd->device->host->hostdata; | 3324 | ioa_cfg = (struct ipr_ioa_cfg *) scsi_cmd->device->host->hostdata; |
3325 | res = scsi_cmd->device->hostdata; | 3325 | res = scsi_cmd->device->hostdata; |
3326 | 3326 | ||
3327 | if (!res || (!ipr_is_gscsi(res) && !ipr_is_vset_device(res))) | 3327 | if (!res) |
3328 | return FAILED; | 3328 | return FAILED; |
3329 | 3329 | ||
3330 | /* | 3330 | /* |