Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2278843imm; Thu, 7 Jun 2018 08:06:45 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJpu7RuooWIwJ4fT+DMMJIytuh9eaDTVPc5F1W0e5VaZ5fVwBJFEpaU6mPiSFonpJyrHVOS X-Received: by 2002:a65:5c46:: with SMTP id v6-v6mr1900380pgr.127.1528384004943; Thu, 07 Jun 2018 08:06:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528384004; cv=none; d=google.com; s=arc-20160816; b=wDwNZKq41o5acNnTKPMJC5T4GtoUokPktwUHCfBR7Rlxik3hSR7fbqzlJIF34BPS9c jexFgHTQ1wuEB8sF+W4iZSc5C4PU8I5fkFxRbi/tzDQUnYH1ugKjtal61QWOMDHzTXew CQqopnnWJ/ydMtktulxKeB/0HzlXb/iBh9TnjjHqnptudg8/GZuDOlhQnFxK/ssIFR4P to7i8IQ2CCOfDTb23IslyGhEsUdgrIuvaH1xRsCTfyu1WMivxQu96zPZPQnnvUkiXRZH 5DKn1EYpZ8OXcosNMEMofXQavyi4BwVcxiUN/3U/Yp2W54dz3C9ExGDHPmhr+lHABzZM o8pQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:subject:message-id:date:cc:to :from:mime-version:content-transfer-encoding:content-disposition :arc-authentication-results; bh=FRQMIux9AyiRY9ObTo9/NU1nDL3cZghlodIf9m3cYms=; b=m6MJVWYDWYHf9lNyrREsaDjiqPxTJL7an0WJ8YDJ2TSL7qC9+m0kJ+nbT/YB2NdVFF 2iYhBYJsJZUOe4LvkGCNv+Oq13YABxPvEAo/zp+xJ31d+7KyvNIiKbXJ82SfbqoTe/Tj U3O3NZdJr1chOc491z+v5GKdB+Nyj5MGi3rfbn4acyeJi1o2LkTYZpxEIobkb8+0yYga 7Lh2fa0GTrF1e+jetrAL5ttkWFXmuMFymW/8f/zIFI3NdgM6zjlLm71TwG2BuSfU8jpE 6HLvuIjwnnJ3XxBFqX+DDzhBuOvbj5W8gLYM2a66I3p8b0XigLKvQy/baWvGDuMIZmeu nkCw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v7-v6si52564468plp.304.2018.06.07.08.06.30; Thu, 07 Jun 2018 08:06:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965117AbeFGPFQ (ORCPT + 99 others); Thu, 7 Jun 2018 11:05:16 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:41573 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964995AbeFGPEJ (ORCPT ); Thu, 7 Jun 2018 11:04:09 -0400 Received: from [148.252.241.226] (helo=deadeye) by shadbolt.decadent.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1fQvbr-0005Zn-Vf; Thu, 07 Jun 2018 15:09:52 +0100 Received: from ben by deadeye with local (Exim 4.91) (envelope-from ) id 1fQvb1-0002pq-MS; Thu, 07 Jun 2018 15:08:59 +0100 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Ben Hutchings To: linux-kernel@vger.kernel.org, stable@vger.kernel.org CC: akpm@linux-foundation.org, "Tejun Heo" , "James Ralston" Date: Thu, 07 Jun 2018 15:05:21 +0100 Message-ID: X-Mailer: LinuxStableQueue (scripts by bwh) Subject: [PATCH 3.16 107/410] ahci: Remove Device ID for Intel Sunrise Point PCH In-Reply-To: X-SA-Exim-Connect-IP: 148.252.241.226 X-SA-Exim-Mail-From: ben@decadent.org.uk X-SA-Exim-Scanned: No (on shadbolt.decadent.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.16.57-rc1 review patch. If anyone has any objections, please let me know. ------------------ From: James Ralston 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 --- drivers/ata/ahci.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -359,7 +359,6 @@ static const struct pci_device_id ahci_p { 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 */