[PATCH] x86-64: Annotate interrupt frame backlink in interrupt handlers
[linux-drm-fsl-dcu.git] / drivers / ata / pdc_adma.c
index 912211ada8167319adda82f2e6026b8c0fd46a06..81f3d219e70ed6351ebf2b818fa06fe9fe7d052e 100644 (file)
@@ -192,8 +192,7 @@ static struct ata_port_info adma_port_info[] = {
 };
 
 static const struct pci_device_id adma_ata_pci_tbl[] = {
-       { PCI_VENDOR_ID_PDC, 0x1841, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
-         board_1841_idx },
+       { PCI_VDEVICE(PDC, 0x1841), board_1841_idx },
 
        { }     /* terminate list */
 };
@@ -497,7 +496,7 @@ static inline unsigned int adma_intr_mmio(struct ata_host *host)
                                        continue;
                                DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n",
                                        ap->id, qc->tf.protocol, status);
-               
+
                                /* complete taskfile transaction */
                                pp->state = adma_state_idle;
                                qc->err_mask |= ac_err_mask(status);