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=-6.0 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 D3721C43460 for ; Tue, 20 Apr 2021 10:32:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9E5E061002 for ; Tue, 20 Apr 2021 10:32:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231563AbhDTKdI (ORCPT ); Tue, 20 Apr 2021 06:33:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:55898 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229841AbhDTKdC (ORCPT ); Tue, 20 Apr 2021 06:33:02 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3C3EC61002; Tue, 20 Apr 2021 10:32:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618914751; bh=6NohsF/OOByVQ5YMe4yiuWb0xtaOGmtlozDwZYMs01o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uDSDijoguidyue7XMSuqas9qV9bvDhVAankhp56A0rsA86/rzsCy1qvLHvGxI9ub+ rxIurUKFumVnCmRmqJvZkRG2kc62pDJCxbGIv0CbvLqGDQ6sLDuIQaL99DJrGqFmgo /wuJsSQsXF3kKuxk7Epez8bl+gpLnouOWfc/kDTvdQIUfbzwhq/xYFDQiReq6/ZXK4 CLZw0aCTQSt4hkyNarjqDwLD/l+LNDWtx4MmsLg9sIT9diZKuXPEEB3HiD4eQ+WWFO c/Q92yAExlLVc3VmrK7agEqlXBGDjL+hB/NiGSx4/wTXRVcAZS212pITJG+isK+apK Jlz8ZC7YZR17Q== Date: Tue, 20 Apr 2021 16:02:27 +0530 From: Vinod Koul To: YueHaibing Cc: ludovic.desroches@microchip.com, tudor.ambarus@microchip.com, eugen.hristev@microchip.com, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 -next] dmaengine: at_xdmac: Remove unused inline function at_xdmac_csize() Message-ID: References: <20210407132543.23652-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210407132543.23652-1-yuehaibing@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07-04-21, 21:25, YueHaibing wrote: > commit 765c37d87669 ("dmaengine: at_xdmac: rework slave configuration part") > left behind this, so can remove it. Applied, thanks -- ~Vinod