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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 BF103C282DD for ; Thu, 9 Jan 2020 15:54:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97666206ED for ; Thu, 9 Jan 2020 15:54:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732654AbgAIPx7 convert rfc822-to-8bit (ORCPT ); Thu, 9 Jan 2020 10:53:59 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:52949 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732594AbgAIPx7 (ORCPT ); Thu, 9 Jan 2020 10:53:59 -0500 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 62AEE200003; Thu, 9 Jan 2020 15:53:57 +0000 (UTC) Date: Thu, 9 Jan 2020 16:53:56 +0100 From: Miquel Raynal To: Masahiro Yamada Cc: Chuhong Yuan , Richard Weinberger , Vignesh Raghavendra , linux-mtd , Linux Kernel Mailing List Subject: Re: [PATCH] mtd: rawnand: denali: add missed pci_release_regions Message-ID: <20200109165356.24a54351@xps13> In-Reply-To: References: <20191206075432.18412-1-hslester96@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Masahiro, Masahiro Yamada wrote on Fri, 6 Dec 2019 19:32:03 +0900: > Hi. > > On Fri, Dec 6, 2019 at 4:54 PM Chuhong Yuan wrote: > > > > The driver forgets to call pci_release_regions() in probe failure > > and remove. > > Add the missed calls to fix it. > > > > Signed-off-by: Chuhong Yuan > > --- > > This patch looks equivalent to what I submitted, > then was rejected a couple of years ago. > https://lists.gt.net/linux/kernel/2557740 Thanks for the reminder, otherwise I would have applied it too. Thanks, Miquèl