scsi: drop reason argument from ->change_queue_depth
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / esp_scsi.c
index 38c23e0b73af77033fa592d137540c4d9144b48c..7e7687f73debaac711c679795d5a04e644c049cf 100644 (file)
@@ -2407,7 +2407,7 @@ static int esp_slave_configure(struct scsi_device *dev)
                /* XXX make this configurable somehow XXX */
                int goal_tags = min(ESP_DEFAULT_TAGS, ESP_MAX_TAG);
 
-               scsi_adjust_queue_depth(dev, goal_tags);
+               scsi_change_queue_depth(dev, goal_tags);
        }
 
        tp->flags |= ESP_TGT_DISCONNECT;