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 X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3D04EC4338F for ; Mon, 2 Aug 2021 14:20:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 240DB60555 for ; Mon, 2 Aug 2021 14:20:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235376AbhHBOUY (ORCPT ); Mon, 2 Aug 2021 10:20:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:36680 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236819AbhHBOUQ (ORCPT ); Mon, 2 Aug 2021 10:20:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 8CF3E60FC1; Mon, 2 Aug 2021 14:20:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627914006; bh=Ux1wOkkO5tl1aqogtRNYul9ihyMy8hIi2RREzDZCQXg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=cVCRVg2SGsRdPh9bfwsXSKFSiiyhW5RU58QvH0lsxRNDbhY+0XmT1kLTcbmFh6hKf EeF0pOCiW6Kt42ZL57DCKogfZIOaUsupKIQlM9N7BdEM4cnsc1xszzaowVc51sYUah uR2OlLRoOh+tLIzC7iaBmrBGJ9SelDYLxwYffjN0ok1mR8sZSxRDsI+e3hW4mCnQno Qb65jv1Q2o/gbuJrXCVLWA/ZyewxrJ3sq6uVW5satM7DULqhPUk35DD4RD60rfy79d /z4/Siv1LncLqisFgWlYhWnyyWPs6jmyebj0kyl+NYpXntUrbjjdgPNY00ojMBaq2B 5ZlBLBwfPZJAw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: natsemi: Fix missing pci_disable_device() in probe and remove From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162791400655.18419.9265191885576909997.git-patchwork-notify@kernel.org> Date: Mon, 02 Aug 2021 14:20:06 +0000 References: <20210731063801.818658-1-wanghai38@huawei.com> In-Reply-To: <20210731063801.818658-1-wanghai38@huawei.com> To: Wang Hai Cc: davem@davemloft.net, kuba@kernel.org, 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.git (refs/heads/master): On Sat, 31 Jul 2021 14:38:01 +0800 you wrote: > Replace pci_enable_device() with pcim_enable_device(), > pci_disable_device() and pci_release_regions() will be > called in release automatically. > > Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") > Reported-by: Hulk Robot > Signed-off-by: Wang Hai > > [...] Here is the summary with links: - [net] net: natsemi: Fix missing pci_disable_device() in probe and remove https://git.kernel.org/netdev/net/c/7fe74dfd41c4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html