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=-7.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 4AC3BC43463 for ; Fri, 18 Sep 2020 07:03:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1935021734 for ; Fri, 18 Sep 2020 07:03:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600412585; bh=7dCO+MgzUJBfhAuxZ7aK0yShgDW6KFq+EN2MVT6l+lM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=r8t8DE2lX/o4/Rcx2VxYUJHgTt0CEFNk1c0fPftGkBhlVQn6xLfqyLaLtpp1B1tD1 pSthg4YQd8h3+6wTH4WmbGzTCKn5FJtpYhtfLumih0DXeO1AoO4oeGoBUL1yjeEO49 dZrJRUNEtNeVu9GFNnKgZN1hFqPZFJkZqWCd9x5o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726134AbgIRHDE (ORCPT ); Fri, 18 Sep 2020 03:03:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:43330 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726109AbgIRHDE (ORCPT ); Fri, 18 Sep 2020 03:03:04 -0400 Received: from localhost (unknown [136.185.124.244]) (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 497A721534; Fri, 18 Sep 2020 07:03:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600412584; bh=7dCO+MgzUJBfhAuxZ7aK0yShgDW6KFq+EN2MVT6l+lM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vdyWkWcjuyPX1kQxOIZE6DsYreOwnYJYVh2KRLhmSIVa1U4QOWmiipjDEiLgaiH6w c9Gpai48JfitOAosliHC3HlP0vC7PKNKIDEMKAaM3Z40Ga1aT+6j30kDnB8fUzNak5 1TcNES3E9w8grkVlnPHOM0hFR9F/t8RYBRFj/WRE= Date: Fri, 18 Sep 2020 12:33:00 +0530 From: Vinod Koul To: Liu Shixin Cc: Sean Wang , Dan Williams , Matthias Brugger , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] dmaengine: mediatek: simplify the return expression of mtk_uart_apdma_runtime_resume() Message-ID: <20200918070300.GH2968@vkoul-mobl> References: <20200915032622.1772309-1-liushixin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200915032622.1772309-1-liushixin2@huawei.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 15-09-20, 11:26, Liu Shixin wrote: > Simplify the return expression. > Applied, thanks -- ~Vinod