From fb008d885ae6e1539067ea45a83a82b89e7cd881 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Sun, 12 Feb 2006 19:05:07 +0900 Subject: [PATCH] --- yaml --- r: 21840 b: refs/heads/master c: 48f80e12abbc1e9034e54614c30e7c304209ce99 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/scsi/ata_piix.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 0232b1ca9241..6f1e9abc8a1b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 06ab78222bd119a0a3d8a1f89997ce902a219703 +refs/heads/master: 48f80e12abbc1e9034e54614c30e7c304209ce99 diff --git a/trunk/drivers/scsi/ata_piix.c b/trunk/drivers/scsi/ata_piix.c index 4933ba284885..8e0529601730 100644 --- a/trunk/drivers/scsi/ata_piix.c +++ b/trunk/drivers/scsi/ata_piix.c @@ -415,9 +415,6 @@ static int piix_sata_probe (struct ata_port *ap) int orig_mask, mask, i; u8 pcs; - mask = (PIIX_PORT_PRESENT << ap->hard_port_no) | - (PIIX_PORT_ENABLED << ap->hard_port_no); - pci_read_config_byte(pdev, ICH5_PCS, &pcs); orig_mask = (int) pcs & 0xff;