From: James Ralston Date: Tue, 13 Jan 2015 00:13:52 +0000 (-0800) Subject: ahci: Remove Device ID for Intel Sunrise Point PCH X-Git-Tag: v3.2.76~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0dbfc009e9d35a4ac0d17ad3b1be2d045fff210;p=thirdparty%2Fkernel%2Fstable.git ahci: Remove Device ID for Intel Sunrise Point PCH commit 46319e13581a6c442b0a0e5a3bd5d9af4496f252 upstream. This patch removes a duplicate AHCI-mode SATA Device ID for the Intel Sunrise Point PCH. Signed-off-by: James Ralston Signed-off-by: Tejun Heo Signed-off-by: Ben Hutchings --- diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 2b94928f55c20..bda671a75815e 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -351,7 +351,6 @@ static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VDEVICE(INTEL, 0x9d05), board_ahci }, /* Sunrise Point-LP RAID */ { PCI_VDEVICE(INTEL, 0x9d07), board_ahci }, /* Sunrise Point-LP RAID */ { PCI_VDEVICE(INTEL, 0xa103), board_ahci }, /* Sunrise Point-H AHCI */ - { PCI_VDEVICE(INTEL, 0xa103), board_ahci }, /* Sunrise Point-H RAID */ { PCI_VDEVICE(INTEL, 0xa105), board_ahci }, /* Sunrise Point-H RAID */ { PCI_VDEVICE(INTEL, 0xa107), board_ahci }, /* Sunrise Point-H RAID */ { PCI_VDEVICE(INTEL, 0xa10f), board_ahci }, /* Sunrise Point-H RAID */