scsi: drop reason argument from ->change_queue_depth
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / bfa / bfad_im.c
index 87b09cd232cc5925d1f8b1a79330d04936e79246..7223b00067405171191aaae4d4156a7b9061f230 100644 (file)
@@ -776,7 +776,7 @@ bfad_thread_workq(struct bfad_s *bfad)
 static int
 bfad_im_slave_configure(struct scsi_device *sdev)
 {
-       scsi_adjust_queue_depth(sdev, bfa_lun_queue_depth);
+       scsi_change_queue_depth(sdev, bfa_lun_queue_depth);
        return 0;
 }
 
@@ -866,7 +866,7 @@ bfad_ramp_up_qdepth(struct bfad_itnim_s *itnim, struct scsi_device *sdev)
                        if (bfa_lun_queue_depth > tmp_sdev->queue_depth) {
                                if (tmp_sdev->id != sdev->id)
                                        continue;
-                               scsi_adjust_queue_depth(tmp_sdev,
+                               scsi_change_queue_depth(tmp_sdev,
                                        tmp_sdev->queue_depth + 1);
 
                                itnim->last_ramp_up_time = jiffies;