We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30e5f7 commit 9023ed8Copy full SHA for 9023ed8
drivers/scsi/wd33c93.c
@@ -831,7 +831,7 @@ wd33c93_intr(struct Scsi_Host *instance)
831
/* construct an IDENTIFY message with correct disconnect bit */
832
833
hostdata->outgoing_msg[0] = IDENTIFY(0, cmd->device->lun);
834
- if (scsi_pointer->phase)
+ if (WD33C93_scsi_pointer(cmd)->phase)
835
hostdata->outgoing_msg[0] |= 0x40;
836
837
if (hostdata->sync_stat[cmd->device->id] == SS_FIRST) {
0 commit comments