scsi: drop reason argument from ->change_queue_depth
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / csiostor / csio_scsi.c
index 44a8cc51428fd22dc806f8a6c676a7d3e2962476..4d0b6ce55f20ee8190bd2b7126d643471710e8fa 100644 (file)
@@ -2241,7 +2241,7 @@ csio_slave_alloc(struct scsi_device *sdev)
 static int
 csio_slave_configure(struct scsi_device *sdev)
 {
-       scsi_adjust_queue_depth(sdev, csio_lun_qdepth);
+       scsi_change_queue_depth(sdev, csio_lun_qdepth);
        return 0;
 }