scsi: aacraid: Disabling TM path and only processing IOP reset
[sfrench/cifs-2.6.git] / drivers / scsi / aacraid / commsup.c
index bb14a05f6d77c0298d2c33dea867fa536fc77d47..4725e4c763cfa6f3a214252cff38547b7ec4809b 100644 (file)
@@ -729,7 +729,7 @@ int aac_hba_send(u8 command, struct fib *fibptr, fib_callback callback,
                hbacmd->request_id =
                        cpu_to_le32((((u32)(fibptr - dev->fibs)) << 2) + 1);
                fibptr->flags |= FIB_CONTEXT_FLAG_SCSI_CMD;
-       } else if (command != HBA_IU_TYPE_SCSI_TM_REQ)
+       } else
                return -EINVAL;