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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 8EA12C433E1 for ; Mon, 17 Aug 2020 04:51:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69EE32075B for ; Mon, 17 Aug 2020 04:51:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597639918; bh=GVMbEW7Wl/ZrSbsiJvLcoeOoUi9FXdmO1BZYj5VZn/c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HiJYuADhf5P0w8+84eMCWTdPMaJjOO8gt921MnlSnVIgXxPNmPgexvf9xvu9PV1AV A9JIu/LQ+y/x52W/tC4iyT5Ut2dzgqH0Rk0zuzSMx2f9P5Ic9DUo1Qt6MSWLhi72Hn oIZ7BGFuagZ1OLtRYqDDzI5wgGs64xwsWzXAlSKY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726032AbgHQEv6 (ORCPT ); Mon, 17 Aug 2020 00:51:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:40092 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725812AbgHQEv5 (ORCPT ); Mon, 17 Aug 2020 00:51:57 -0400 Received: from localhost (unknown [122.171.38.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2E045206FA; Mon, 17 Aug 2020 04:51:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597639917; bh=GVMbEW7Wl/ZrSbsiJvLcoeOoUi9FXdmO1BZYj5VZn/c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r7lZZB1DpV+Rn7dUC1FMXkPsPVLK1DaWXOmKpiJ6GrBtfylWgSGGiQOi5VxdtxPLZ KDN0uZncydUBmpjubVzy+Fnsr+RxaBjAGefLF5O4p+aiNxGXbpKrtyUYq6fsPvBgfG X8u/qDHioPOqB4vnpKYj0r/kTNTUFqqdMxOdSNUE= Date: Mon, 17 Aug 2020 10:21:52 +0530 From: Vinod Koul To: Hanjun Guo Cc: Dan Williams , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: acpi: Put the CSRT table after using it Message-ID: <20200817045152.GB2639@vkoul-mobl> References: <1595411661-15936-1-git-send-email-guohanjun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1595411661-15936-1-git-send-email-guohanjun@huawei.com> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 22-07-20, 17:54, Hanjun Guo wrote: > The acpi_get_table() should be coupled with acpi_put_table() if > the mapped table is not used at runtime to release the table > mapping, put the CSRT table buf after using it. Applied, thanks -- ~Vinod