Merge tag 'mmc-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[cascardo/linux.git] / drivers / crypto / ccp / ccp-pci.c
index 239cbf2..28a9996 100644 (file)
@@ -325,8 +325,8 @@ static int ccp_pci_resume(struct pci_dev *pdev)
 
 static const struct pci_device_id ccp_pci_table[] = {
        { PCI_VDEVICE(AMD, 0x1537), (kernel_ulong_t)&ccpv3 },
-       { PCI_VDEVICE(AMD, 0x1456), (kernel_ulong_t)&ccpv5 },
-       { PCI_VDEVICE(AMD, 0x1468), (kernel_ulong_t)&ccpv5other },
+       { PCI_VDEVICE(AMD, 0x1456), (kernel_ulong_t)&ccpv5a },
+       { PCI_VDEVICE(AMD, 0x1468), (kernel_ulong_t)&ccpv5b },
        /* Last entry must be zero */
        { 0, }
 };