diff options
Diffstat (limited to 'drivers/scsi/a100u2w.c')
-rw-r--r-- | drivers/scsi/a100u2w.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/a100u2w.c b/drivers/scsi/a100u2w.c index c34403c30483..9f45ae1745da 100644 --- a/drivers/scsi/a100u2w.c +++ b/drivers/scsi/a100u2w.c | |||
@@ -923,7 +923,7 @@ static int inia100_device_reset(struct scsi_cmnd * SCpnt) | |||
923 | { /* I need Host Control Block Information */ | 923 | { /* I need Host Control Block Information */ |
924 | ORC_HCS *pHCB; | 924 | ORC_HCS *pHCB; |
925 | pHCB = (ORC_HCS *) SCpnt->device->host->hostdata; | 925 | pHCB = (ORC_HCS *) SCpnt->device->host->hostdata; |
926 | return orc_device_reset(pHCB, SCpnt, SCpnt->device->id); | 926 | return orc_device_reset(pHCB, SCpnt, scmd_id(SCpnt)); |
927 | 927 | ||
928 | } | 928 | } |
929 | 929 | ||