scsi: drop reason argument from ->change_queue_depth
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / dpt_i2o.c
index 1af8d54bcdedc8ceaeeba0b7c3d24fdfd1ecc279..0bf976936a103bc197b74e7a9ef8036ed91093b9 100644 (file)
@@ -415,7 +415,7 @@ static int adpt_slave_configure(struct scsi_device * device)
        pHba = (adpt_hba *) host->hostdata[0];
 
        if (host->can_queue && device->tagged_supported) {
-               scsi_adjust_queue_depth(device,
+               scsi_change_queue_depth(device,
                                host->can_queue - 1);
        }
        return 0;