Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63141
b: refs/heads/master
c: 9859c1a
h: refs/heads/master
i:
  63139: 13bf242
v: v3
  • Loading branch information
Salyzyn, Mark authored and James Bottomley committed Jul 28, 2007
1 parent 8680f85 commit 15c3211
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: b90f90d2303f27b9b241ab78419a07b41de5ac62
refs/heads/master: 9859c1aa7e16822c574e1be89d61fbfe6188b50f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static int aac_rx_restart_adapter(struct aac_dev *dev, int bled)
else {
bled = aac_adapter_sync_cmd(dev, IOP_RESET_ALWAYS,
0, 0, 0, 0, 0, 0, &var, NULL, NULL, NULL, NULL);
if (!bled && (var != 0x00000001))
if (!bled && (var != 0x00000001) && (var != 0x3803000F))
bled = -EINVAL;
}
if (bled && (bled != -ETIMEDOUT))
Expand Down

0 comments on commit 15c3211

Please sign in to comment.