diff mbox

[1/1] ahci: Remove Device ID for Intel Sunrise Point PCH

Message ID 1421108032-5582-1-git-send-email-james.d.ralston@intel.com
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

james.d.ralston@intel.com Jan. 13, 2015, 12:13 a.m. UTC
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>
---
 drivers/ata/ahci.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Tejun Heo Jan. 13, 2015, 3:33 p.m. UTC | #1
On Mon, Jan 12, 2015 at 04:13:52PM -0800, James Ralston wrote:
> 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>

Applied to libata/for-3.19-fixes.

Thanks.
diff mbox

Patch

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 49f1e68..33bb06e 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 */