From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f42.google.com (mail-oi0-f42.google.com [209.85.218.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rPnTy2YsdzDqPm for ; Wed, 8 Jun 2016 22:16:22 +1000 (AEST) Received: by mail-oi0-f42.google.com with SMTP id k23so9287622oih.0 for ; Wed, 08 Jun 2016 05:16:22 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1465321121-22238-4-git-send-email-peter.griffin@linaro.org> References: <1465321121-22238-1-git-send-email-peter.griffin@linaro.org> <1465321121-22238-4-git-send-email-peter.griffin@linaro.org> From: Linus Walleij Date: Wed, 8 Jun 2016 14:15:19 +0200 Message-ID: Subject: Re: [PATCH 3/8] dmaengine: coh901318: Only calculate residue if txstate exists. To: Peter Griffin Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "open list:ARM/STI ARCHITECTURE" , Vinod Koul , Dan Williams , Leo Li , Zhang Wei , Barry Song , Maxime Ripard , Chen-Yu Tsai , Laxman Dewangan , Jon Hunter , Stephen Warren , Thierry Reding , Alexandre Courbot , Lee Jones , dmaengine@vger.kernel.org, "linux-tegra@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org list" Content-Type: text/plain; charset=UTF-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jun 7, 2016 at 7:38 PM, Peter Griffin wrote: > There is no point in calculating the residue if there is no > txstate to store the value. > > Signed-off-by: Peter Griffin Acked-by: Linus Walleij Yours, Linus Walleij