diff options
author | brking@us.ibm.com <brking@us.ibm.com> | 2005-11-01 18:00:54 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-11-06 14:01:55 -0500 |
commit | d0ad6f50399abc990adc4653c1eda5932b8adb52 (patch) | |
tree | e280200d10c50e5ee5db5059f2be581311d54f2c /drivers | |
parent | cf8520376c2b752237095f6cd279e5443bd2fffe (diff) |
[SCSI] ipr: Include all disks in supported list
Fix ipr to include all disks in the supported device list,
not just disks formatted to advanced function format.
Signed-off-by: Brian King <brking@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-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 b5a2669518ba..d47df3f9d226 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c | |||
@@ -4111,7 +4111,7 @@ static int ipr_set_supported_devs(struct ipr_cmnd *ipr_cmd) | |||
4111 | ipr_cmd->job_step = ipr_ioa_reset_done; | 4111 | ipr_cmd->job_step = ipr_ioa_reset_done; |
4112 | 4112 | ||
4113 | list_for_each_entry_continue(res, &ioa_cfg->used_res_q, queue) { | 4113 | list_for_each_entry_continue(res, &ioa_cfg->used_res_q, queue) { |
4114 | if (!ipr_is_af_dasd_device(res)) | 4114 | if (!IPR_IS_DASD_DEVICE(res->cfgte.std_inq_data)) |
4115 | continue; | 4115 | continue; |
4116 | 4116 | ||
4117 | ipr_cmd->u.res = res; | 4117 | ipr_cmd->u.res = res; |