Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13924
b: refs/heads/master
c: d0ad6f5
h: refs/heads/master
v: v3
  • Loading branch information
brking@us.ibm.com authored and James Bottomley committed Nov 6, 2005
1 parent dae378c commit 5b86719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf8520376c2b752237095f6cd279e5443bd2fffe
refs/heads/master: d0ad6f50399abc990adc4653c1eda5932b8adb52
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -4111,7 +4111,7 @@ static int ipr_set_supported_devs(struct ipr_cmnd *ipr_cmd)
ipr_cmd->job_step = ipr_ioa_reset_done;

list_for_each_entry_continue(res, &ioa_cfg->used_res_q, queue) {
if (!ipr_is_af_dasd_device(res))
if (!IPR_IS_DASD_DEVICE(res->cfgte.std_inq_data))
continue;

ipr_cmd->u.res = res;
Expand Down

0 comments on commit 5b86719

Please sign in to comment.