Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / scsi / esp_scsi.c
index ce5bd52fe692463f78bce7d7104f7c22c4b56690..065b25df741b601f7e51345ce1e56d687a09ee0c 100644 (file)
@@ -2396,8 +2396,6 @@ int scsi_esp_register(struct esp *esp, struct device *dev)
 
        if (!esp->num_tags)
                esp->num_tags = ESP_DEFAULT_TAGS;
-       else if (esp->num_tags >= ESP_MAX_TAG)
-               esp->num_tags = ESP_MAX_TAG - 1;
        esp->host->transportt = esp_transport_template;
        esp->host->max_lun = ESP_MAX_LUN;
        esp->host->cmd_per_lun = 2;
This page took 0.026167 seconds and 5 git commands to generate.