summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ralston2015-01-13 01:13:52 +0100
committerTejun Heo2015-01-13 16:32:29 +0100
commit46319e13581a6c442b0a0e5a3bd5d9af4496f252 (patch)
tree531f22ddc2d398d87a58af008cb364e1d27d2e8e
parentahci: Use dev_info() to inform about the lack of Device Sleep support (diff)
downloadkernel-qcow2-linux-46319e13581a6c442b0a0e5a3bd5d9af4496f252.tar.gz
kernel-qcow2-linux-46319e13581a6c442b0a0e5a3bd5d9af4496f252.tar.xz
kernel-qcow2-linux-46319e13581a6c442b0a0e5a3bd5d9af4496f252.zip
ahci: Remove Device ID for Intel Sunrise Point PCH
This patch removes a duplicate AHCI-mode SATA Device ID for the Intel Sunrise Point PCH. Signed-off-by: James Ralston <james.d.ralston@intel.com> Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r--drivers/ata/ahci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 49f1e6890587..33bb06e006c9 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -325,7 +325,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 */