From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161387AbcFHMP6 (ORCPT ); Wed, 8 Jun 2016 08:15:58 -0400 Received: from mail-oi0-f42.google.com ([209.85.218.42]:33940 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753617AbcFHMP4 (ORCPT ); Wed, 8 Jun 2016 08:15:56 -0400 MIME-Version: 1.0 In-Reply-To: <1465321121-22238-6-git-send-email-peter.griffin@linaro.org> References: <1465321121-22238-1-git-send-email-peter.griffin@linaro.org> <1465321121-22238-6-git-send-email-peter.griffin@linaro.org> From: Linus Walleij Date: Wed, 8 Jun 2016 14:15:55 +0200 Message-ID: Subject: Re: [PATCH 5/8] dmaengine: ste_dma40: 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 7, 2016 at 7:38 PM, Peter Griffin wrote: > There is no point calculating the residue if there is > no txstate to store the value. > > Signed-off-by: Peter Griffin Acked-by: Linus Walleij Yours, Linus Walleij