Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221489
b: refs/heads/master
c: 9dac0d9
h: refs/heads/master
i:
  221487: 9d363f7
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Oct 25, 2010
1 parent 63e6908 commit 6b90813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 170babc3721997b7808193221f94926df44f3d1e
refs/heads/master: 9dac0d9a93095ff5a27b975af30c25186bdcfeab
6 changes: 0 additions & 6 deletions trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,12 +1240,6 @@ qla24xx_logio_entry(scsi_qla_host_t *vha, struct req_que *req,
case LSC_SCODE_NPORT_USED:
data[0] = MBS_LOOP_ID_USED;
break;
case LSC_SCODE_CMD_FAILED:
if ((iop[1] & 0xff) == 0x05) {
data[0] = MBS_NOT_LOGGED_IN;
break;
}
/* Fall through. */
default:
data[0] = MBS_COMMAND_ERROR;
break;
Expand Down

0 comments on commit 6b90813

Please sign in to comment.