scsi: drop reason argument from ->change_queue_depth
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / fcoe / fcoe.c
index 97229860398f6dbfc45f3db5c1848bd51ecf6b00..308a016fdaeafd99c984788465a23983a1c71425 100644 (file)
@@ -280,7 +280,7 @@ static struct scsi_host_template fcoe_shost_template = {
        .eh_device_reset_handler = fc_eh_device_reset,
        .eh_host_reset_handler = fc_eh_host_reset,
        .slave_alloc = fc_slave_alloc,
-       .change_queue_depth = fc_change_queue_depth,
+       .change_queue_depth = scsi_change_queue_depth,
        .change_queue_type = scsi_change_queue_type,
        .this_id = -1,
        .cmd_per_lun = 3,