]> Pileus Git - ~andy/linux/blobdiff - drivers/ide/pci/aec62xx.c
ide: remove write-only ide_hwif_t.no_dsc flag
[~andy/linux] / drivers / ide / pci / aec62xx.c
index d261bfbad2227206505ae2c52fa079bf2a0c6a25..cac12c38b940e31abd2f65fd8ab9de6dce3a585f 100644 (file)
@@ -286,10 +286,8 @@ static void __devinit init_hwif_aec62xx(ide_hwif_t *hwif)
        hwif->tuneproc = &aec62xx_tune_drive;
        hwif->speedproc = &aec62xx_tune_chipset;
 
-       if (hwif->pci_dev->device == PCI_DEVICE_ID_ARTOP_ATP850UF) {
+       if (hwif->pci_dev->device == PCI_DEVICE_ID_ARTOP_ATP850UF)
                hwif->serialized = hwif->channel;
-               hwif->no_dsc = 1;
-       }
 
        if (hwif->mate)
                hwif->mate->serialized = hwif->serialized;