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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EA54CD80A3 for ; Tue, 10 Oct 2023 10:50:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230466AbjJJKu2 (ORCPT ); Tue, 10 Oct 2023 06:50:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229945AbjJJKuZ (ORCPT ); Tue, 10 Oct 2023 06:50:25 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E704B9E for ; Tue, 10 Oct 2023 03:50:22 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 3BB7CC433C7; Tue, 10 Oct 2023 10:50:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696935022; bh=a9Ixs+pZD+1syOpUkOXG7aRBfv3sf5X967JIZ271tuM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=gSaeTU1tOnUOR9T+UKd+U2lkBtPvMhM1q9tzG+Ll6mf2yhLB6QrcpiJrFs7OChbD1 9qqIOBQ+8S5C2S5fefv38743sDtJKAJjY9L/GABVJQhOCjFzekOEgUgOijja3VIQp1 R98kF8AT7nzRQ7xpo94y6LZDarszlNISmSQbLOXpof8WrSuTfWUV2AA7ovYcu0eLpR mVdFcBM8CZry6qRioTqalnfVY1FgSKHZMFTI+WmZ4gFE+eYuToBUZNaBrbY1CVmCeB yG6ZdnUbsjAqLx8rsDFfvWfBlGCoHYSjttXlIxg12Di3pt27ION3Ig7Q7nD4HvqUlQ waTGZHCWPXg8Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 1F9A4C595C5; Tue, 10 Oct 2023 10:50:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] atm: fore200e: Drop unnecessary of_match_device() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169693502211.11220.8874004135364112002.git-patchwork-notify@kernel.org> Date: Tue, 10 Oct 2023 10:50:22 +0000 References: <20231006214421.339445-1-robh@kernel.org> In-Reply-To: <20231006214421.339445-1-robh@kernel.org> To: Rob Herring Cc: 3chas3@gmail.com, linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Fri, 6 Oct 2023 16:44:21 -0500 you wrote: > It is not necessary to call of_match_device() in probe. If we made it to > probe, then we've already successfully matched. > > Signed-off-by: Rob Herring > --- > drivers/atm/fore200e.c | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) Here is the summary with links: - atm: fore200e: Drop unnecessary of_match_device() https://git.kernel.org/netdev/net-next/c/f0107b864f00 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html