diff options
Diffstat (limited to 'drivers/scsi/53c700.c')
-rw-r--r-- | drivers/scsi/53c700.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c index a591fcb8aab1..4b1bb529f676 100644 --- a/drivers/scsi/53c700.c +++ b/drivers/scsi/53c700.c | |||
@@ -389,8 +389,7 @@ NCR_700_detect(struct scsi_host_template *tpnt, | |||
389 | host->max_lun = NCR_700_MAX_LUNS; | 389 | host->max_lun = NCR_700_MAX_LUNS; |
390 | BUG_ON(NCR_700_transport_template == NULL); | 390 | BUG_ON(NCR_700_transport_template == NULL); |
391 | host->transportt = NCR_700_transport_template; | 391 | host->transportt = NCR_700_transport_template; |
392 | host->unique_id = hostdata->base; | 392 | host->unique_id = (unsigned long)hostdata->base; |
393 | host->base = hostdata->base; | ||
394 | hostdata->eh_complete = NULL; | 393 | hostdata->eh_complete = NULL; |
395 | host->hostdata[0] = (unsigned long)hostdata; | 394 | host->hostdata[0] = (unsigned long)hostdata; |
396 | /* kick the chip */ | 395 | /* kick the chip */ |