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 7C014C04FDE for ; Fri, 9 Dec 2022 10:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229580AbiLIKuU (ORCPT ); Fri, 9 Dec 2022 05:50:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbiLIKuS (ORCPT ); Fri, 9 Dec 2022 05:50:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5129C326CC; Fri, 9 Dec 2022 02:50:17 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D0A1E62208; Fri, 9 Dec 2022 10:50:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 34099C433EF; Fri, 9 Dec 2022 10:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670583016; bh=MTexFu+6ZdVpcZiQhi2YpahyiGphE6QvVYKj9+1Jh18=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=WqggJX3lVZrzABV4DVRN15SOPhjc/AtdQzYkbO6/PtgtHliiX85JG5iXkkqVEX9Of 03ccMmGAqg41KT9zYJepmnWbOB5naoZZnNaFznURWFENlU/rBoV9yabnyFcfqtXITN L0Dmib3rvLgH/b/hvif9KdeT8Ayuswm1EUlfpmXk3Bd+yzgUNQlw/JOmlZHS6tm8bj sUj9zMooSYAtW3sfemDx7WGi4TdoP9L+nZJMfupbNjyK7Bisi2UowiWD6hdn88l6ye bHOMC9Gc7TKCBecal4QrwVXuFzRucfSlyLLdFjNNPRa4CbwVTzkNv7sqwceH83ig7O pQepW72x+eg1Q== 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 12C42E1B4D8; Fri, 9 Dec 2022 10:50:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: defxx: Fix missing err handling in dfx_init() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167058301607.16848.9914580419717900322.git-patchwork-notify@kernel.org> Date: Fri, 09 Dec 2022 10:50:16 +0000 References: <20221207072045.604872-1-liuyongqiang13@huawei.com> In-Reply-To: <20221207072045.604872-1-liuyongqiang13@huawei.com> To: Yongqiang Liu Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, macro@orcam.me.uk, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, ralf@linux-mips.org, jeff@garzik.org, akpm@linux-foundation.org, zhangxiaoxu5@huawei.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Wed, 7 Dec 2022 07:20:45 +0000 you wrote: > When eisa_driver_register() or tc_register_driver() failed, > the modprobe defxx would fail with some err log as follows: > > Error: Driver 'defxx' is already registered, aborting... > > Fix this issue by adding err hanling in dfx_init(). > > [...] Here is the summary with links: - [net] net: defxx: Fix missing err handling in dfx_init() https://git.kernel.org/netdev/net/c/ae18dcdff0f8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html