]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/dc395x.c
drm/nv20-nv30/gr: use parent as self for subobjects
[~andy/linux] / drivers / scsi / dc395x.c
index 865c64fa923c1483804b48469bb962689742b84c..fed486bfd3f462a9afbd2a0ed4360a069526ee7e 100644 (file)
@@ -3747,13 +3747,13 @@ static struct DeviceCtlBlk *device_alloc(struct AdapterCtlBlk *acb,
        dcb->max_command = 1;
        dcb->target_id = target;
        dcb->target_lun = lun;
+       dcb->dev_mode = eeprom->target[target].cfg0;
 #ifndef DC395x_NO_DISCONNECT
        dcb->identify_msg =
            IDENTIFY(dcb->dev_mode & NTC_DO_DISCONNECT, lun);
 #else
        dcb->identify_msg = IDENTIFY(0, lun);
 #endif
-       dcb->dev_mode = eeprom->target[target].cfg0;
        dcb->inquiry7 = 0;
        dcb->sync_mode = 0;
        dcb->min_nego_period = clock_period[period_index];