From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 505E3C433EF for ; Sat, 25 Dec 2021 13:37:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id C4A49404E7; Sat, 25 Dec 2021 13:37:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fWv69Ro2uXtB; Sat, 25 Dec 2021 13:37:22 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp2.osuosl.org (Postfix) with ESMTPS id B7FE840166; Sat, 25 Dec 2021 13:37:22 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 92EC9C002F; Sat, 25 Dec 2021 13:37:22 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 15EA1C0012 for ; Sat, 25 Dec 2021 13:37:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id EFCCF401C5 for ; Sat, 25 Dec 2021 13:37:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2bF1W1duA507 for ; Sat, 25 Dec 2021 13:37:20 +0000 (UTC) X-Greylist: delayed 00:06:18 by SQLgrey-1.8.0 Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by smtp2.osuosl.org (Postfix) with ESMTPS id 83BFE40166 for ; Sat, 25 Dec 2021 13:37:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1640439440; x=1671975440; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=s9lf9e/EduDxiaQQMklUM5VPoyo3fHkdFdUfVg0nmFY=; b=ZaIMWsd0RF1hGg2kh5I0capCae7kcaqpcjKjNgMAhk+grBELyYI4CF5S 5/3j4/zaYYnPjlJbK38oN/1gN3gbbjWs2ikhXA2Ad8E/TuPsU3NIGpJTt iOOtFTVpKZD2jG8Ax1rvCbrSQaEUd7/QgkxuQz+dhUH9nZDVE1L2aHVIO Tg/nGkE9mtP5Eo9ko5mmoODRViUe2t3T5EkkygdKfsBkJ6k3LqEQttoch xKhHfEVB+xDYxSbdhRAo72xZNjuqcT+4bpvhbgY036dOPuW5XrBlm2d+0 uFWJ1obezLK4c/CEhy4MAetO9TN5gp0ddkcG6bb3NpexxZQxXpvvTGevk w==; Date: Sat, 25 Dec 2021 14:30:57 +0100 From: Jesper Nilsson To: Bjorn Helgaas Subject: Re: [PATCH v2 02/23] PCI: artpec6: Prefer of_device_get_match_data() Message-ID: <20211225133057.GN5179@axis.com> References: <20211223011054.1227810-1-helgaas@kernel.org> <20211223011054.1227810-3-helgaas@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211223011054.1227810-3-helgaas@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Rob Herring , Jesper Nilsson , Lorenzo Pieralisi , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linux-arm-kernel , Bjorn Helgaas , "linux-kernel-mentees@lists.linuxfoundation.org" , Fan Fei X-BeenThere: linux-kernel-mentees@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-kernel-mentees-bounces@lists.linuxfoundation.org Sender: "Linux-kernel-mentees" On Thu, Dec 23, 2021 at 02:10:33AM +0100, Bjorn Helgaas wrote: > From: Fan Fei > > The artpec6 driver only needs the device data, not the whole struct > of_device_id. Use of_device_get_match_data() instead of of_match_device(). > No functional change intended. > > [bhelgaas: commit log] > Signed-off-by: Fan Fei > Signed-off-by: Bjorn Helgaas Looks good to me, Acked-by: Jesper Nilsson > Cc: linux-arm-kernel@axis.com /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees