Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13938
b: refs/heads/master
c: eeb8830
h: refs/heads/master
v: v3
  • Loading branch information
brking@us.ibm.com authored and James Bottomley committed Nov 6, 2005
1 parent d25b0ca commit b110fcb
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: ee0a90fa3efffcaccffea5a9c1599f4c59ca55d4
refs/heads/master: eeb88307aa483129d122137c88be7db0f0b56f63
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,7 @@ static int __ipr_eh_dev_reset(struct scsi_cmnd * scsi_cmd)
ioa_cfg = (struct ipr_ioa_cfg *) scsi_cmd->device->host->hostdata;
res = scsi_cmd->device->hostdata;

if (!res || (!ipr_is_gscsi(res) && !ipr_is_vset_device(res)))
if (!res)
return FAILED;

/*
Expand Down

0 comments on commit b110fcb

Please sign in to comment.