]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/ata_piix.c
Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
[~andy/linux] / drivers / scsi / ata_piix.c
index d96ebf9d22280944dccefbb78e2e60f2029694d6..03695616e59ef597c9c3ce51a8c425814f96af63 100644 (file)
@@ -629,13 +629,13 @@ static int piix_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
        port_info[1] = NULL;
 
        if (port_info[0]->host_flags & PIIX_FLAG_AHCI) {
-               u8 tmp;
-               pci_read_config_byte(pdev, PIIX_SCC, &tmp);
-               if (tmp == PIIX_AHCI_DEVICE) {
-                       int rc = piix_disable_ahci(pdev);
-                       if (rc)
-                           return rc;
-               }
+               u8 tmp;
+               pci_read_config_byte(pdev, PIIX_SCC, &tmp);
+               if (tmp == PIIX_AHCI_DEVICE) {
+                       int rc = piix_disable_ahci(pdev);
+                       if (rc)
+                               return rc;
+               }
        }
 
        if (port_info[0]->host_flags & PIIX_FLAG_COMBINED) {