aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/ata_piix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c
index 4933ba284885..8e0529601730 100644
--- a/drivers/scsi/ata_piix.c
+++ b/drivers/scsi/ata_piix.c
@@ -415,9 +415,6 @@ static int piix_sata_probe (struct ata_port *ap)
415 int orig_mask, mask, i; 415 int orig_mask, mask, i;
416 u8 pcs; 416 u8 pcs;
417 417
418 mask = (PIIX_PORT_PRESENT << ap->hard_port_no) |
419 (PIIX_PORT_ENABLED << ap->hard_port_no);
420
421 pci_read_config_byte(pdev, ICH5_PCS, &pcs); 418 pci_read_config_byte(pdev, ICH5_PCS, &pcs);
422 orig_mask = (int) pcs & 0xff; 419 orig_mask = (int) pcs & 0xff;
423 420