Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp457005pxv; Thu, 22 Jul 2021 04:32:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwgOXXVyc34MKyt7rxFYfa0VGhA/Uiyb/kQJKnxuS7Ugh8GdUZCIQCxtsLpRyiZ3Jziwdzd X-Received: by 2002:a92:c7a6:: with SMTP id f6mr27274571ilk.20.1626953529983; Thu, 22 Jul 2021 04:32:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626953529; cv=none; d=google.com; s=arc-20160816; b=DZpTUhG30unhd7Dgo4MhujdQPAcw2jCVNglOBywz2u1zpvk5tZcWEZ52JhIN/p8oNr uo8fCYLkjmEyphQc+5ouLWoIlrUe/KLic5dlypzcHYios3Ru5rx5WHSJBvwTsxgVDsgA Dj3vk8cPuSCh+8HPjSP1eIPQpo3KE5ySLQ5EM+sCbfym05jwM4o4H1e6DHrxtVPEQRBI TlF5Tnf1zXWYJuor+que3pzYFt7zjlJhPKLKjNQgJbh2NvMLnvI5hnelvAb/DDdH8++9 hR7JhkcbapwMg+8RqeAmi605pCOK3qzRJ+uO+HcFN9Fm6uSaukrPI8EZAP1yk4QQfSUd LFeg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=ebvyYb7pS2jJViCUizPgPfMkV9niDuHd0LwqNccX4Go=; b=yl7O8+u4UXP+pLCzUn0z350QcQpuEwMbUQ9pTr5GO0JBqnf3Q6Bu4Xoia404J91ffi dBKVplUqyLzamjI3je8Q3ugVt7hTPQKKUBLx1yUgakplliEe3aLzPey7n6fAAGhPSOrJ toH7B0DQNQID8TUq6AiblLFuvE+gdSMckt9kI25zvijWDnMEyLZDHNZu8cyzbfXfrQQ8 wkwpZ5tji6tX3DEGC15eiiXxmZlp8fKoykhTq0PGCfxz9r0GluqONiiIFqAEvogLjx+h K+mXeINmyozlR/BNwaxbJA2nvJa8sJd7n6wKMQ2Q1X0Nh2IISjERwyNs7MCXO0N+BoSr OHBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d12si27526601ilg.4.2021.07.22.04.31.58; Thu, 22 Jul 2021 04:32:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231728AbhGVKta (ORCPT + 99 others); Thu, 22 Jul 2021 06:49:30 -0400 Received: from mx21.baidu.com ([220.181.3.85]:59582 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231585AbhGVKta (ORCPT ); Thu, 22 Jul 2021 06:49:30 -0400 Received: from BC-Mail-Ex15.internal.baidu.com (unknown [172.31.51.55]) by Forcepoint Email with ESMTPS id BA5588E307F8FBA3AC07; Thu, 22 Jul 2021 19:30:00 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-Ex15.internal.baidu.com (172.31.51.55) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2242.12; Thu, 22 Jul 2021 19:30:00 +0800 Received: from LAPTOP-UKSR4ENP.internal.baidu.com (172.31.63.8) by BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 22 Jul 2021 19:30:00 +0800 From: Cai Huoqing To: CC: , , Cai Huoqing Subject: [PATCH 0/2] PCI: Make use of PCI_DEVICE_XXX() helper function Date: Thu, 22 Jul 2021 19:29:52 +0800 Message-ID: <20210722112954.477-1-caihuoqing@baidu.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.31.63.8] X-ClientProxiedBy: BC-Mail-Ex30.internal.baidu.com (172.31.51.24) To BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Could make use of PCI_DEVICE_XXX() helper function Cai Huoqing (2): PCI: Make use of PCI_DEVICE_SUB/_CLASS() helper function PCI: vmd: Make use of PCI_DEVICE_DATA() helper function drivers/pci/controller/vmd.c | 38 +++++++++++++++---------------- drivers/pci/hotplug/cpqphp_core.c | 13 ++--------- drivers/pci/search.c | 14 ++---------- include/linux/pci_ids.h | 2 ++ 4 files changed, 25 insertions(+), 42 deletions(-) -- 2.25.1